File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ configurations {
473
473
resolutionStrategy {
474
474
force ' commons-codec:commons-codec:1.17.2'
475
475
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 '
477
477
force " com.fasterxml.jackson:jackson-bom:${ versions.jackson} "
478
478
force " com.fasterxml.jackson.core:jackson-core:${ versions.jackson} "
479
479
force " com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${ versions.jackson} "
@@ -709,7 +709,7 @@ dependencies {
709
709
testRuntimeOnly (" org.springframework:spring-core:${ spring_version} " ) {
710
710
exclude(group :' org.springframework' , module : ' spring-jcl' )
711
711
}
712
- testRuntimeOnly ' org.scala-lang:scala-library:2.13.15 '
712
+ testRuntimeOnly ' org.scala-lang:scala-library:2.13.16 '
713
713
testRuntimeOnly ' com.typesafe.scala-logging:scala-logging_3:3.9.5'
714
714
testRuntimeOnly(' org.apache.zookeeper:zookeeper:3.9.3' ) {
715
715
exclude(group :' ch.qos.logback' , module : ' logback-classic' )
You can’t perform that action at this time.
0 commit comments