From 7761872a6e8bd8b44f98d419b1669527b37f4ad7 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 25 Jun 2026 14:38:14 -0400 Subject: [PATCH 1/2] MLE-30953 --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index 1b494c88d..99f178e21 100644 --- a/build.gradle +++ b/build.gradle @@ -18,6 +18,9 @@ subprojects { resolutionStrategy { // Forcing the latest commons-lang3 version to eliminate CVEs. force "org.apache.commons:commons-lang3:3.20.0" + // Forcing the OpenTelemetry version to eliminate CVEs. + force "io.opentelemetry:opentelemetry-api:1.62.0" + force "io.opentelemetry:opentelemetry-context:1.62.0" } } } From 0e8005560e05cd4d0fe6cf7a474932b831648380 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 25 Jun 2026 15:05:45 -0400 Subject: [PATCH 2/2] MLE-30952 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1065a0023..8213e4b39 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ okhttpVersion=5.3.2 jacksonVersion=2.21.1 junitVersion=6.0.3 -logbackVersion=1.5.32 +logbackVersion=1.5.35 # Defined at this level so that they can be set as system properties and used by the marklogic-client-api and test-app # project