Skip to content

Commit

Permalink
Update logback to 1.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Jan 15, 2025
1 parent bea3508 commit 893fca0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.12</version>
<version>1.5.13</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down Expand Up @@ -240,8 +240,8 @@
<configuration>
<rules>
<requireFilesSize>
<minsize>11200000</minsize>
<maxsize>11300000</maxsize>
<minsize>11100000</minsize>
<maxsize>11200000</maxsize>
<files>
<file>${project.build.directory}/sonar-scanner-${project.version}.zip</file>
</files>
Expand Down

0 comments on commit 893fca0

Please sign in to comment.