Skip to content

Commit 0360008

Browse files
committed
updates
1 parent aa9e224 commit 0360008

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<maven.compiler.target>8</maven.compiler.target>
2222

2323
<checkstyle.version>9.3</checkstyle.version>
24-
<dependencycheck.version>9.0.4</dependencycheck.version>
24+
<dependencycheck.version>9.0.8</dependencycheck.version>
2525
</properties>
2626

2727
<build>
@@ -67,12 +67,12 @@
6767
<plugin>
6868
<groupId>org.apache.maven.plugins</groupId>
6969
<artifactId>maven-surefire-plugin</artifactId>
70-
<version>3.2.2</version>
70+
<version>3.2.5</version>
7171
</plugin>
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-compiler-plugin</artifactId>
75-
<version>3.11.0</version>
75+
<version>3.12.1</version>
7676
</plugin>
7777
<plugin>
7878
<!-- generate parsers and lexers before compiling -->

0 commit comments

Comments
 (0)