Skip to content

Commit

Permalink
Merge pull request #1545 from zalando/dependabot/maven/org.owasp-depe…
Browse files Browse the repository at this point in the history
…ndency-check-maven-9.0.2

Bump org.owasp:dependency-check-maven from 8.4.0 to 9.0.2
  • Loading branch information
fatroom authored Dec 5, 2023
2 parents 63e6a84 + 90984a5 commit 845792f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<spring.version>6.0.10</spring.version>
<spring.version>6.0.14</spring.version>
</properties>

<build>
Expand Down Expand Up @@ -122,7 +122,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>8.4.0</version>
<version>9.0.2</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion riptide-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<mockito.version>5.3.1</mockito.version>
<problem.version>0.27.1</problem.version>
<slf4j.version>2.0.7</slf4j.version>
<spring-boot.version>3.1.0</spring-boot.version>
<spring-boot.version>3.1.6</spring-boot.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 845792f

Please sign in to comment.