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 1d6bb3e commit 51df5c3Copy full SHA for 51df5c3
build.gradle
@@ -84,7 +84,7 @@ dependencies {
84
implementation group: 'joda-time', name: 'joda-time', version: '2.14.0'
85
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.34'
86
constraints {
87
- implementation('commons-io:commons-io:2.18.0') {
+ implementation('commons-io:commons-io:2.19.0') {
88
because 'spotify docker-client uses an outdated version'
89
}
90
implementation('com.github.jnr:jnr-unixsocket:0.38.23') {
0 commit comments