Skip to content

Commit

Permalink
- updated zip4j dependency
Browse files Browse the repository at this point in the history
- trying to update jdom to 1.1.3 to resolve some of issues
  • Loading branch information
andy.rozman committed Apr 5, 2024
1 parent f6ec1d0 commit 472f792
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ggc-plugins/ggc-cgms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,14 @@
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1</version>
<version>1.1.3</version>
</dependency>

<!-- <dependency>-->
<!-- <groupId>org.jdom</groupId>-->
<!-- <artifactId>jdom2</artifactId>-->
<!-- <version>2.0.6.1</version>-->
<!-- </dependency>-->

</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@
<!-- Not really used just for testing -->
<!-- 0.9 ?? -->
<simpleframework.version>2.7.1</simpleframework.version>
<zip4j.version>1.3.2</zip4j.version>
<zip4j.version>2.11.5</zip4j.version>


<!-- Maven Plugins -->
Expand Down

0 comments on commit 472f792

Please sign in to comment.