Skip to content

Commit 8b4bd60

Browse files
AxelNennkerrbri
authored andcommitted
version updates
Signed-off-by: Axel Nennker <[email protected]>
1 parent 497c21e commit 8b4bd60

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

pom.xml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@
1919

2020
<build>
2121
<plugins>
22+
<plugin>
23+
<groupId>org.owasp</groupId>
24+
<artifactId>dependency-check-maven</artifactId>
25+
<version>6.0.3</version>
26+
<configuration>
27+
<failBuildOnCVSS>8</failBuildOnCVSS>
28+
</configuration>
29+
<executions>
30+
<execution>
31+
<goals>
32+
<goal>check</goal>
33+
</goals>
34+
</execution>
35+
</executions>
36+
</plugin>
2237
<plugin>
2338
<groupId>org.apache.maven.plugins</groupId>
2439
<artifactId>maven-compiler-plugin</artifactId>
@@ -41,7 +56,7 @@
4156
<dependency>
4257
<groupId>net.java.dev.javacc</groupId>
4358
<artifactId>javacc</artifactId>
44-
<version>7.0.4</version>
59+
<version>7.0.10</version>
4560
</dependency>
4661
</dependencies>
4762
</plugin>
@@ -112,7 +127,7 @@
112127
<dependency>
113128
<groupId>com.puppycrawl.tools</groupId>
114129
<artifactId>checkstyle</artifactId>
115-
<version>8.37</version>
130+
<version>8.38</version>
116131
</dependency>
117132
</dependencies>
118133
</plugin>
@@ -306,7 +321,7 @@
306321
<dependency>
307322
<groupId>commons-io</groupId>
308323
<artifactId>commons-io</artifactId>
309-
<version>2.6</version>
324+
<version>2.8.0</version>
310325
<scope>test</scope>
311326
</dependency>
312327
</dependencies>

0 commit comments

Comments
 (0)