Skip to content

Commit

Permalink
dependabot: bump org.scala-lang:scala-library from 2.13.11 to 2.13.12 (
Browse files Browse the repository at this point in the history
…opensearch-project#3344)

Bumps [org.scala-lang:scala-library](https://github.com/scala/scala)
from 2.13.11 to 2.13.12.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
1 parent 88f0272 commit fdd64a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ configurations {
resolutionStrategy {
force 'commons-codec:commons-codec:1.16.0'
force 'org.slf4j:slf4j-api:1.7.36'
force 'org.scala-lang:scala-library:2.13.11'
force 'org.scala-lang:scala-library:2.13.12'
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}"
Expand Down Expand Up @@ -608,7 +608,7 @@ dependencies {
testRuntimeOnly ('org.springframework:spring-core:5.3.29') {
exclude(group:'org.springframework', module: 'spring-jcl' )
}
testRuntimeOnly 'org.scala-lang:scala-library:2.13.11'
testRuntimeOnly 'org.scala-lang:scala-library:2.13.12'
testRuntimeOnly 'com.yammer.metrics:metrics-core:2.2.0'
testRuntimeOnly 'com.typesafe.scala-logging:scala-logging_3:3.9.5'
testRuntimeOnly 'org.apache.zookeeper:zookeeper:3.7.1'
Expand Down

0 comments on commit fdd64a9

Please sign in to comment.