Skip to content

Commit

Permalink
Merge pull request #14 from turbolocust/update-pom-xml
Browse files Browse the repository at this point in the history
Update pom xml
  • Loading branch information
turbolocust authored Mar 31, 2024
2 parents 77d0dca + bda0dd7 commit 9c60041
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<!-- Maven compiler plugin -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<executions>
<execution>
<id>default-compile</id>
Expand Down Expand Up @@ -121,7 +121,7 @@
<!-- Maven javadoc plugin -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.3</version>
</plugin>
<plugin>
<!-- Maven deploy plugin -->
Expand All @@ -133,7 +133,7 @@
<!-- Maven surefire plugin -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.5</version>
<configuration>
<argLine>-Dfile.encoding=UTF-8</argLine>
</configuration>
Expand All @@ -148,13 +148,6 @@
<version>1.26.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<!-- commons-codec -->
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<!-- XZ for Java -->
<groupId>org.tukaani</groupId>
Expand Down

0 comments on commit 9c60041

Please sign in to comment.