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 9ca088a commit 04e0448Copy full SHA for 04e0448
build.gradle
@@ -102,7 +102,7 @@ dependencies {
102
implementation 'com.couchbase.client:java-client:3.9.2'
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
+ implementation 'commons-io:commons-io:2.21.0' // I/O functionalities
106
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
}
0 commit comments