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 37dd33e + c0aade4 commit ef984acCopy full SHA for ef984ac
build.gradle
@@ -103,7 +103,7 @@ dependencies {
103
runtimeOnly 'org.postgresql:postgresql:42.7.7' // 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.18.0' // needed by commons-compress
+ implementation 'commons-codec:commons-codec:1.19.0' // needed by commons-compress
107
implementation 'org.apache.commons:commons-compress:1.27.1' // I/O functionalities
108
}
109
0 commit comments