From 54ec43929384d5b77c4ebedc647f0b594f6ed333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:34:23 +0000 Subject: [PATCH] Bump com.github.jnr:jnr-unixsocket from 0.39.1 to 0.39.2 Bumps [com.github.jnr:jnr-unixsocket](https://github.com/jnr/jnr-unixsocket) from 0.39.1 to 0.39.2. - [Commits](https://github.com/jnr/jnr-unixsocket/compare/0.39.1...jnr-unixsocket-0.39.2) --- updated-dependencies: - dependency-name: com.github.jnr:jnr-unixsocket dependency-version: 0.39.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 003bb7331d..0789e3b97d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -107,7 +107,7 @@ object Dependencies { lazy val it = scalaTest +: Seq( logback, - "com.github.jnr" % "jnr-unixsocket" % "0.39.1", // To support Apple ARM + "com.github.jnr" % "jnr-unixsocket" % "0.39.2", // To support Apple ARM "com.spotify" % "docker-client" % "8.16.0", jacksonModule("dataformat", "dataformat-properties", "2.22.0"), asyncHttpClient