From 3e62dc9b181eb6f4aa948c2dc12c2f2dd05dbed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:15:20 -0500 Subject: [PATCH] Bump org.scala-lang:scala-library from 2.13.15 to 2.13.16 (#5020) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e55e4df8cb..4f7d1614fb 100644 --- a/build.gradle +++ b/build.gradle @@ -471,7 +471,7 @@ configurations { resolutionStrategy { force 'commons-codec:commons-codec:1.17.2' force 'org.slf4j:slf4j-api:1.7.36' - force 'org.scala-lang:scala-library:2.13.15' + force 'org.scala-lang:scala-library:2.13.16' force "com.fasterxml.jackson:jackson-bom:${versions.jackson}" force "com.fasterxml.jackson.core:jackson-core:${versions.jackson}" force "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${versions.jackson}" @@ -708,7 +708,7 @@ dependencies { testRuntimeOnly ("org.springframework:spring-core:${spring_version}") { exclude(group:'org.springframework', module: 'spring-jcl' ) } - testRuntimeOnly 'org.scala-lang:scala-library:2.13.15' + testRuntimeOnly 'org.scala-lang:scala-library:2.13.16' testRuntimeOnly 'com.typesafe.scala-logging:scala-logging_3:3.9.5' testRuntimeOnly('org.apache.zookeeper:zookeeper:3.9.3') { exclude(group:'ch.qos.logback', module: 'logback-classic' )