diff --git a/build.gradle b/build.gradle index 9aa2172e..faffb67f 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ dependencies { implementation('commons-io:commons-io:2.15.1') { because 'spotify docker-client uses an outdated version' } - implementation('com.github.jnr:jnr-unixsocket:0.38.21') { + implementation('com.github.jnr:jnr-unixsocket:0.38.22') { because 'spotify docker-client uses an outdated version' } }