Skip to content

Commit

Permalink
Merge pull request #45 from opt-nc/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Dougniel authored Jun 6, 2023
2 parents 3940607 + 11e4bf6 commit f7afe6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ This tool is based on:

- [Apache commons-compress](https://commons.apache.org/proper/commons-compress/)
- [xz](https://tukaani.org/xz/java.html)

# 💡 Related softwares

- [`NanaZip`](https://github.com/M2Team/NanaZip) (_"The 7-Zip derivative intended for the modern Windows experience "_)
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

<!-- <commons-compress.version>1.22</commons-compress.version> -->
<xz.version>1.9</xz.version>
<picocli.version>4.7.0</picocli.version>
<picocli.version>4.7.4</picocli.version>

<!-- Test -->
<junit.version>5.9.1</junit.version>
<junit.version>5.9.3</junit.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
</properties>

Expand Down Expand Up @@ -51,12 +51,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<annotationProcessorPaths>
<path>
Expand Down

0 comments on commit f7afe6c

Please sign in to comment.