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 9171773 commit 38050cdCopy full SHA for 38050cd
build.gradle
@@ -101,7 +101,7 @@ dependencies {
101
implementation 'com.couchbase.client:java-client:3.8.3'
102
runtimeOnly 'org.postgresql:postgresql:42.7.7' // postgresql jdbc driver required during runtime
103
104
- implementation 'commons-io:commons-io:2.19.0' // I/O functionalities
+ implementation 'commons-io:commons-io:2.20.0' // I/O functionalities
105
implementation 'commons-codec:commons-codec:1.18.0' // needed by commons-compress
106
implementation 'org.apache.commons:commons-compress:1.27.1' // I/O functionalities
107
}
0 commit comments