We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2368e10 commit 1b1e652Copy full SHA for 1b1e652
pom.xml
@@ -102,6 +102,7 @@
102
<spring-native.version>0.11.5</spring-native.version>
103
<therapi-runtime-javadoc.version>0.13.0</therapi-runtime-javadoc.version>
104
<spring-cloud-function.version>3.2.4</spring-cloud-function.version>
105
+ <dependency-check.version>7.1.0</dependency-check.version>
106
</properties>
107
108
<dependencyManagement>
@@ -267,7 +268,7 @@
267
268
<plugin>
269
<groupId>org.owasp</groupId>
270
<artifactId>dependency-check-maven</artifactId>
- <version>7.1.0</version>
271
+ <version>${dependency-check.version}</version>
272
<configuration>
273
<skipSystemScope>true</skipSystemScope>
274
</configuration>
0 commit comments