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 c1a7f22 commit 1597c3eCopy full SHA for 1597c3e
build.gradle
@@ -93,7 +93,7 @@ dependencies {
93
implementation 'com.couchbase.client:java-client:3.5.0'
94
runtimeOnly 'org.postgresql:postgresql:42.7.0' // postgresql jdbc driver required during runtime
95
96
- implementation 'commons-io:commons-io:2.15.0' // I/O functionalities
+ implementation 'commons-io:commons-io:2.15.1' // I/O functionalities
97
implementation 'org.apache.commons:commons-compress:1.25.0' // I/O functionalities
98
implementation 'org.apache.commons:commons-lang3:3.14.0'
99
}
0 commit comments