Skip to content

Commit

Permalink
dependency check plugin updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkhi committed Nov 13, 2024
1 parent f2ecaba commit 175e1be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions droid-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<spring.version>5.3.27</spring.version>
<hibernate.version>5.4.1.Final</hibernate.version>
<derby.version>10.13.1.1</derby.version>
<cxf.version>3.5.8</cxf.version>
<cxf.version>3.5.9</cxf.version>
<java.iso-tools.version>2.1.0</java.iso-tools.version>
<jaxb.version>2.3.1</jaxb.version>
<flying-saucer.version>9.1.22</flying-saucer.version>
Expand Down Expand Up @@ -263,7 +263,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.0.7</version>
<version>10.0.4</version>
<configuration>
<failBuildOnCVSS>8</failBuildOnCVSS>
<suppressionFile>${project.basedir}/dependency-check/suppressions.xml</suppressionFile>
Expand Down

0 comments on commit 175e1be

Please sign in to comment.