Skip to content

Commit

Permalink
DCJ-400: Update logback versions (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtong authored Aug 19, 2024
1 parent 31246fa commit 8b727e0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<dropwizard.version>4.0.4</dropwizard.version>
<logback.version>1.4.14</logback.version>
<logback.version>1.5.7</logback.version>
<java.version>21</java.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
Expand Down Expand Up @@ -365,10 +365,11 @@
</dependency>

<!-- Security update. See https://broadworkbench.atlassian.net/browse/DUOS-2826 -->
<!-- Logback Access module moved to new location. See https://logback.qos.ch/news.html -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-access</artifactId>
<version>${logback.version}</version>
<groupId>ch.qos.logback.access</groupId>
<artifactId>common</artifactId>
<version>2.0.3</version>
</dependency>
<!-- Security update. See https://broadworkbench.atlassian.net/browse/DUOS-2826 -->
<dependency>
Expand Down

0 comments on commit 8b727e0

Please sign in to comment.