Skip to content

Commit

Permalink
Merge branch 'main' into configurable-loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Sep 2, 2024
2 parents 4b0ac47 + 2fa37f0 commit e89ff14
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 @@ -394,7 +394,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -434,7 +434,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.8.0</version>
<version>3.10.0</version>
<executions>
<execution>
<phase>prepare-package</phase>
Expand Down Expand Up @@ -522,7 +522,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>10.0.3</version>
<version>10.0.4</version>
<configuration>
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
<failBuildOnCVSS>9</failBuildOnCVSS>
Expand Down

0 comments on commit e89ff14

Please sign in to comment.