Skip to content

Commit ba25bb8

Browse files
Bump org.scala-lang:scala-library from 2.13.17 to 2.13.18 (#5809)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Perkins <[email protected]>
1 parent c48110e commit ba25bb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4444
### Maintenance
4545
- Bump `org.junit.jupiter:junit-jupiter` from 5.13.4 to 5.14.1 ([#5678](https://github.com/opensearch-project/security/pull/5678), [#5764](https://github.com/opensearch-project/security/pull/5764))
4646
- Bump `ch.qos.logback:logback-classic` from 1.5.18 to 1.5.20 ([#5680](https://github.com/opensearch-project/security/pull/5680), [#5724](https://github.com/opensearch-project/security/pull/5724))
47-
- Bump `org.scala-lang:scala-library` from 2.13.16 to 2.13.17 ([#5682](https://github.com/opensearch-project/security/pull/5682))
47+
- Bump `org.scala-lang:scala-library` from 2.13.16 to 2.13.18 ([#5682](https://github.com/opensearch-project/security/pull/5682), [#5809](https://github.com/opensearch-project/security/pull/5809))
4848
- Bump `kafka_version` from 4.0.0 to 4.1.1 ([#5613](https://github.com/opensearch-project/security/pull/5613), [#5806](https://github.com/opensearch-project/security/pull/5806))
4949
- Bump `org.gradle.test-retry` from 1.6.2 to 1.6.4 ([#5706](https://github.com/opensearch-project/security/pull/5706))
5050
- Bump `org.checkerframework:checker-qual` from 3.51.0 to 3.51.1 ([#5705](https://github.com/opensearch-project/security/pull/5705))

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ configurations {
480480
resolutionStrategy {
481481
force 'commons-codec:commons-codec:1.19.0'
482482
force 'org.slf4j:slf4j-api:1.7.36'
483-
force 'org.scala-lang:scala-library:2.13.17'
483+
force 'org.scala-lang:scala-library:2.13.18'
484484
force "com.fasterxml.jackson:jackson-bom:${versions.jackson}"
485485
force "com.fasterxml.jackson.core:jackson-core:${versions.jackson}"
486486
force "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${versions.jackson}"
@@ -796,7 +796,7 @@ dependencies {
796796
testRuntimeOnly ("org.springframework:spring-core:${spring_version}") {
797797
exclude(group:'org.springframework', module: 'spring-jcl' )
798798
}
799-
testRuntimeOnly 'org.scala-lang:scala-library:2.13.17'
799+
testRuntimeOnly 'org.scala-lang:scala-library:2.13.18'
800800
testRuntimeOnly 'com.typesafe.scala-logging:scala-logging_3:3.9.6'
801801
testRuntimeOnly('org.apache.zookeeper:zookeeper:3.9.3') {
802802
exclude(group:'ch.qos.logback', module: 'logback-classic' )

0 commit comments

Comments
 (0)