Skip to content

Commit

Permalink
chore: add variable for dependency-check-maven version in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
mlz11 committed Dec 27, 2023
1 parent 59c151b commit c0a8d26
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 @@ -20,6 +20,7 @@
<h2.version>2.2.220</h2.version>
<jackson-databind.version>2.16.0</jackson-databind.version>
<snakeyaml.version>2.0</snakeyaml.version>
<dependency-check-maven.version>9.0.7</dependency-check-maven.version>
<antl4.version>4.13.1</antl4.version>
<grammar.package>com.sipios.springsearch.grammar</grammar.package>
<grammar.directory>com/sipios/springsearch/grammar</grammar.directory>
Expand Down Expand Up @@ -375,7 +376,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.0.7</version>
<version>${dependency-check-maven.version}</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit c0a8d26

Please sign in to comment.