Skip to content

Commit

Permalink
Bump logback-classic from 1.2.11 to 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendetti committed Nov 3, 2023
1 parent d4f29ca commit 9dcbcc0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,22 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.4.11</version>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.11</version>
<version>1.4.11</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9dcbcc0

Please sign in to comment.