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 29a6f8c commit 2c4a150Copy full SHA for 2c4a150
build.gradle
@@ -90,7 +90,7 @@ dependencies {
90
implementation 'com.couchbase.client:java-client:3.4.10'
91
runtimeOnly 'org.postgresql:postgresql:42.6.0' // postgresql jdbc driver required during runtime
92
93
- implementation 'commons-io:commons-io:2.13.0' // I/O functionalities
+ implementation 'commons-io:commons-io:2.14.0' // I/O functionalities
94
implementation 'org.apache.commons:commons-compress:1.24.0' // I/O functionalities
95
implementation 'org.apache.commons:commons-lang3:3.13.0'
96
}
0 commit comments