From eed7a1cdb4f3ee17ccffc2409f4000475cc825b2 Mon Sep 17 00:00:00 2001 From: Srdjan Grubor Date: Fri, 2 Apr 2021 13:40:58 -0500 Subject: [PATCH] [deps] Downgrade jnr-unixsocket dependency to 0.36 Current version of this library (v0.38+) does not work on Java 7 so this PR bumps up the version to the highest one that supports this compatibility matrix. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e9baddbb..096093b8 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ com.github.jnr jnr-unixsocket - 0.38.3 + 0.36