Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 14, 2024
1 parent aa9e224 commit 0360008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.compiler.target>8</maven.compiler.target>

<checkstyle.version>9.3</checkstyle.version>
<dependencycheck.version>9.0.4</dependencycheck.version>
<dependencycheck.version>9.0.8</dependencycheck.version>
</properties>

<build>
Expand Down Expand Up @@ -67,12 +67,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
</plugin>
<plugin>
<!-- generate parsers and lexers before compiling -->
Expand Down

0 comments on commit 0360008

Please sign in to comment.