Skip to content

Commit

Permalink
upgrade logback deps to latest #2401
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Sep 26, 2023
1 parent 1afb140 commit 71a2ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karate-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.6</version>
<version>1.4.11</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<!-- this is tied to logback-classic -->
<version>2.0.4</version>
<version>2.0.9</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 71a2ab7

Please sign in to comment.