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 d8ee6f9 commit 3e2aea0Copy full SHA for 3e2aea0
build.gradle
@@ -90,7 +90,7 @@ dependencies {
90
implementation 'com.couchbase.client:java-client:3.4.11'
91
runtimeOnly 'org.postgresql:postgresql:42.6.0' // postgresql jdbc driver required during runtime
92
93
- implementation 'commons-io:commons-io:2.14.0' // I/O functionalities
+ implementation 'commons-io:commons-io:2.15.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