Skip to content

Commit 1580457

Browse files
opensearch-trigger-bot[bot]github-actions[bot]dependabot[bot]
authored
[Backport 2.x] Bump org.scala-lang:scala-library from 2.13.15 to 2.13.16 (opensearch-project#5026)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c96dde commit 1580457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ configurations {
473473
resolutionStrategy {
474474
force 'commons-codec:commons-codec:1.17.2'
475475
force 'org.slf4j:slf4j-api:1.7.36'
476-
force 'org.scala-lang:scala-library:2.13.15'
476+
force 'org.scala-lang:scala-library:2.13.16'
477477
force "com.fasterxml.jackson:jackson-bom:${versions.jackson}"
478478
force "com.fasterxml.jackson.core:jackson-core:${versions.jackson}"
479479
force "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${versions.jackson}"
@@ -709,7 +709,7 @@ dependencies {
709709
testRuntimeOnly ("org.springframework:spring-core:${spring_version}") {
710710
exclude(group:'org.springframework', module: 'spring-jcl' )
711711
}
712-
testRuntimeOnly 'org.scala-lang:scala-library:2.13.15'
712+
testRuntimeOnly 'org.scala-lang:scala-library:2.13.16'
713713
testRuntimeOnly 'com.typesafe.scala-logging:scala-logging_3:3.9.5'
714714
testRuntimeOnly('org.apache.zookeeper:zookeeper:3.9.3') {
715715
exclude(group:'ch.qos.logback', module: 'logback-classic' )

0 commit comments

Comments
 (0)