Skip to content

Commit

Permalink
Merge pull request #1776 from cherylking/bumpLogbackDep
Browse files Browse the repository at this point in the history
Bump logback dep in one test pom.xml
  • Loading branch information
cherylking authored Dec 1, 2023
2 parents 200530a + e0616b5 commit 03a2f0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.3.12</version>
<scope>runtime</scope>
</dependency>
<!-- ADDITIONAL_DEPENDENCIES -->
Expand Down

0 comments on commit 03a2f0c

Please sign in to comment.