From ebd7581294af0bd367293b842027edc31d10ee21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 00:42:29 +0000 Subject: [PATCH 1/2] Bump jnr-unixsocket from 0.38.3 to 0.38.10 Bumps [jnr-unixsocket](https://github.com/jnr/jnr-unixsocket) from 0.38.3 to 0.38.10. - [Release notes](https://github.com/jnr/jnr-unixsocket/releases) - [Commits](https://github.com/jnr/jnr-unixsocket/compare/jnr-unixsocket-0.38.3...jnr-unixsocket-0.38.10) --- updated-dependencies: - dependency-name: com.github.jnr:jnr-unixsocket dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 05535c803470..90ec1c053046 100644 --- a/pom.xml +++ b/pom.xml @@ -1270,7 +1270,7 @@ com.github.jnr jnr-unixsocket - 0.38.3 + 0.38.10 From c73b94839a571ecfa202f66c1b774f9454c2912c Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Wed, 8 Sep 2021 14:50:51 +1000 Subject: [PATCH 2/2] update jnr dependencies Bring on native unixdomain support! --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 90ec1c053046..f286c5db92a9 100644 --- a/pom.xml +++ b/pom.xml @@ -1255,17 +1255,17 @@ com.github.jnr jnr-constants - 0.10.0 + 0.10.2 com.github.jnr jnr-enxio - 0.32.1 + 0.32.8 com.github.jnr jnr-posix - 3.1.2 + 3.1.9 com.github.jnr