Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 23, 2024
1 parent 8be1bc1 commit cd6d59b
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 @@ -265,7 +265,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.12</version>
<version>1.5.13</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -453,8 +453,8 @@
<requireJavaVersion>
<version>21</version>
</requireJavaVersion>
<DependencyConvergence />
<banDuplicatePomDependencyVersions />
<DependencyConvergence/>
<banDuplicatePomDependencyVersions/>
</rules>
<fail>true</fail>
</configuration>
Expand Down

0 comments on commit cd6d59b

Please sign in to comment.