We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d286384 + 62c54b7 commit 835cb87Copy full SHA for 835cb87
build.gradle
@@ -94,7 +94,8 @@ dependencies {
94
runtimeOnly 'org.postgresql:postgresql:42.7.2' // postgresql jdbc driver required during runtime
95
96
implementation 'commons-io:commons-io:2.15.1' // I/O functionalities
97
- implementation 'org.apache.commons:commons-compress:1.25.0' // I/O functionalities
+ implementation 'commons-codec:commons-codec:1.16.1' // needed by commons-compress
98
+ implementation 'org.apache.commons:commons-compress:1.26.0' // I/O functionalities
99
implementation 'org.apache.commons:commons-lang3:3.14.0'
100
}
101
0 commit comments