Skip to content

Commit

Permalink
Merge pull request #86 from dgault/logback-1.3.14
Browse files Browse the repository at this point in the history
Bump logbook version to 1.3.14
  • Loading branch information
dgault authored Dec 7, 2023
2 parents b9c67df + 770b69b commit 6c1d4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,14 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.3.13</version>
<version>1.3.14</version>
<optional>true</optional>
</dependency>
<dependency>
<!-- NB: We want this, despite warning from dependency:analyze. -->
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.13</version>
<version>1.3.14</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 6c1d4b6

Please sign in to comment.