From bdf677a92a6cf4838a6974b913b673e1fd1649c6 Mon Sep 17 00:00:00 2001 From: Tobias Piper Date: Wed, 10 Aug 2022 10:53:52 +0100 Subject: [PATCH 1/2] updated dependencies with open CVEs --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index d115382a..1aad997c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.orbitz.consul consul-client jar - 1.5.3 + 1.5.4 consul-client http://maven.apache.org Consul Client for Java @@ -34,16 +34,16 @@ 3.11 1.15 1.3.9 - 29.0-jre + 31.1-jre 2.8.8 - 2.12.0 + 2.13.3 4.13.1 1.1.1 1.10.19 2.9.0 - 4.9.0 + 4.9.3 1.7.30 - 1.2.3 + 1.2.11 1.15.1 From 6672e987dbb79f87cc1916faae236c85b4259c2b Mon Sep 17 00:00:00 2001 From: Tobias Piper Date: Wed, 10 Aug 2022 15:05:37 +0100 Subject: [PATCH 2/2] Updated README with latest version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0326c253..85781346 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ In 0.11.X and 0.12.x, the Consul JAR is a shaded JAR, with most dependencies inc ```groovy dependencies { - implementation 'com.orbitz.consul:consul-client:1.5.3' + implementation 'com.orbitz.consul:consul-client:1.5.4' } ``` @@ -32,7 +32,7 @@ dependencies { ```kotlin dependencies { - implementation("com.orbitz.consul:consul-client:1.5.3") + implementation("com.orbitz.consul:consul-client:1.5.4") } ``` @@ -43,7 +43,7 @@ dependencies { com.orbitz.consul consul-client - 1.5.3 + 1.5.4 ```