Skip to content

Commit

Permalink
apache compress update to resolve dep conflict in libgdx, fixes #740
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Sep 9, 2023
1 parent fb27d44 commit 1f09667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repositories {
dependencies {
compileOnly gradleApi()
compileOnly localGroovy()
implementation "org.apache.commons:commons-compress:1.5"
implementation "org.apache.commons:commons-compress:1.22"
implementation "com.mobidevelop.robovm:robovm-compiler:${roboVMVersion}"
implementation 'org.sonatype.aether:aether:1.13.1'
implementation 'org.sonatype.aether:aether-connector-wagon:1.13.1'
Expand Down

0 comments on commit 1f09667

Please sign in to comment.