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 ad3788d commit ec40c48Copy full SHA for ec40c48
build.gradle
@@ -94,7 +94,7 @@ dependencies {
94
runtimeOnly 'org.postgresql:postgresql:42.7.5' // postgresql jdbc driver required during runtime
95
96
implementation 'commons-io:commons-io:2.18.0' // I/O functionalities
97
- implementation 'commons-codec:commons-codec:1.17.2' // needed by commons-compress
+ implementation 'commons-codec:commons-codec:1.18.0' // needed by commons-compress
98
implementation 'org.apache.commons:commons-compress:1.27.1' // I/O functionalities
99
}
100
0 commit comments