Skip to content

Commit

Permalink
Add dependency-check-maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
bnasslahsen committed May 27, 2022
1 parent 2368e10 commit 1b1e652
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
<spring-native.version>0.11.5</spring-native.version>
<therapi-runtime-javadoc.version>0.13.0</therapi-runtime-javadoc.version>
<spring-cloud-function.version>3.2.4</spring-cloud-function.version>
<dependency-check.version>7.1.0</dependency-check.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -267,7 +268,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>7.1.0</version>
<version>${dependency-check.version}</version>
<configuration>
<skipSystemScope>true</skipSystemScope>
</configuration>
Expand Down

0 comments on commit 1b1e652

Please sign in to comment.