Skip to content

Commit

Permalink
Merge pull request #395 from veraPDF/java21-support
Browse files Browse the repository at this point in the history
Updated build dependecies (for java 21 version support)
  • Loading branch information
MaximPlusov authored and Git User committed Mar 22, 2024
1 parent 3c8d4df commit af93e8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,26 +125,29 @@
<build>

<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
</plugin>

<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
</plugin>


<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.2</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit af93e8f

Please sign in to comment.