Skip to content

Commit 818785e

Browse files
committed
Dependency check now uses version from properties
1 parent 1b34786 commit 818785e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>org.owasp</groupId>
120120
<artifactId>dependency-check-maven</artifactId>
121-
<version>12.1.3</version>
121+
<version>${dependency-check-maven-plugin.version}</version>
122122
<configuration>
123123
<failBuildOnCVSS>0</failBuildOnCVSS>
124124
<skipProvidedScope>true</skipProvidedScope>

0 commit comments

Comments
 (0)