File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ val DEPENDENCY_BOMS = listOf(
3939 " io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${if (! TEST_SNAPSHOTS ) " $otelVersion -alpha" else " $otelSnapshotVersion -alpha-SNAPSHOT" } " ,
4040 " org.apache.logging.log4j:log4j-bom:2.17.2" ,
4141 " org.junit:junit-bom:5.8.2" ,
42- " org.springframework.boot:spring-boot-dependencies:2.6.5 " ,
42+ " org.springframework.boot:spring-boot-dependencies:2.6.6 " ,
4343 " org.testcontainers:testcontainers-bom:1.16.3" ,
4444 " software.amazon.awssdk:bom:2.17.156"
4545)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ pluginManagement {
2222 id(" com.google.cloud.tools.jib" ) version " 3.2.0"
2323 id(" io.github.gradle-nexus.publish-plugin" ) version " 1.1.0"
2424 id(" nebula.release" ) version " 16.0.0"
25- id(" org.springframework.boot" ) version " 2.6.5 "
25+ id(" org.springframework.boot" ) version " 2.6.6 "
2626 }
2727}
2828
You can’t perform that action at this time.
0 commit comments