From 71f5f705095826129adbef239905b6b836261395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:16:39 +0000 Subject: [PATCH] Bump com.github.jnr:jnr-unixsocket from 0.38.21 to 0.38.22 Bumps [com.github.jnr:jnr-unixsocket](https://github.com/jnr/jnr-unixsocket) from 0.38.21 to 0.38.22. - [Commits](https://github.com/jnr/jnr-unixsocket/compare/jnr-unixsocket-0.38.21...0.38.22) --- updated-dependencies: - dependency-name: com.github.jnr:jnr-unixsocket dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }