Skip to content

Commit

Permalink
Merge pull request #1 from digipost/bump-logback
Browse files Browse the repository at this point in the history
Bump patch version of logback to fix vulnerabilities
  • Loading branch information
draperunner authored Jan 16, 2024
2 parents 6075f37 + 88d64a6 commit 82ab8e3
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 @@ -64,13 +64,13 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.5</version>
<version>1.3.14</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.3.5</version>
<version>1.3.14</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 82ab8e3

Please sign in to comment.