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.
1 parent 8344396 commit 9ca088aCopy full SHA for 9ca088a
build.gradle
@@ -103,7 +103,7 @@ dependencies {
103
runtimeOnly 'org.postgresql:postgresql:42.7.8' // postgresql jdbc driver required during runtime
104
105
implementation 'commons-io:commons-io:2.20.0' // I/O functionalities
106
- implementation 'commons-codec:commons-codec:1.19.0' // needed by commons-compress
+ implementation 'commons-codec:commons-codec:1.20.0' // needed by commons-compress
107
implementation 'org.apache.commons:commons-compress:1.28.0' // I/O functionalities
108
}
109
0 commit comments