Skip to content

Commit

Permalink
Upgrade logging libraries to last version
Browse files Browse the repository at this point in the history
  • Loading branch information
rouazana committed Nov 30, 2023
1 parent eacf33d commit eb5ae61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -720,21 +720,21 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.31</version>
<version>2.0.9</version>
<type>jar</type>
<optional>false</optional>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.11</version>
<version>1.4.13</version>
<type>jar</type>
<optional>false</optional>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.11</version>
<version>1.4.13</version>
<type>jar</type>
<optional>false</optional>
</dependency>
Expand Down

0 comments on commit eb5ae61

Please sign in to comment.