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