From 35bf0aaa247b4f8b4f9fc14c926b0009e9c4790e Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Wed, 29 Nov 2023 15:16:50 +0000 Subject: [PATCH] Update dependencies to address CVE-2023-3635 (#292) This vulnerability exists in a transitive dependency used by OpenTelemetry. However, OpenTelemetry are of the opinion that they did not make use of the vulnerable capability. Signed-off-by: Mark S. Lewis --- pom.xml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 5cf0bb75..eb6b00bb 100644 --- a/pom.xml +++ b/pom.xml @@ -28,15 +28,15 @@ http://github.com/hyperledger/fabric-sdk-java - 1.57.2 - 3.22.5 - 1.76 + 1.59.0 + 3.24.4 + 1.77 4.5.14 - 3.5.0 + 3.6.2 true UTF-8 - 0.8.10 - 2.20.0 + 0.8.11 + 2.21.1 IntegrationSuite.java gpg 8 @@ -54,7 +54,7 @@ io.opentelemetry opentelemetry-bom - 1.29.0 + 1.32.0 pom import @@ -116,7 +116,7 @@ commons-cli commons-cli - 1.5.0 + 1.6.0 org.apache.commons @@ -126,7 +126,7 @@ commons-io commons-io - 2.13.0 + 2.15.0 @@ -162,12 +162,12 @@ com.spotify futures-extra - 4.3.1 + 4.3.3 com.google.api api-common - 2.15.0 + 2.20.0 @@ -179,7 +179,7 @@ org.yaml snakeyaml - 2.1 + 2.2 @@ -222,7 +222,7 @@ io.opentelemetry.instrumentation opentelemetry-grpc-1.6 - 1.29.0-alpha + 1.32.0-alpha io.opentelemetry.proto @@ -255,7 +255,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.2 ${surefireArgLine} @@ -267,7 +267,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.1.2 + 3.2.2 ${failsafeArgLine} @@ -584,7 +584,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 enforce-maven @@ -619,7 +619,7 @@ org.owasp dependency-check-maven - 8.3.1 + 8.4.3 true true @@ -668,7 +668,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.3.0 + 3.3.1 validate @@ -695,7 +695,7 @@ com.puppycrawl.tools checkstyle - 10.12.2 + 10.12.5