Skip to content

Commit 3fbab88

Browse files
ruthvik17Ruthvik Ravindra
andauthored
Update spring dependency (#162)
* Updating Spring boot versions * Updating sample apps dependency version * Remove redundant code Co-authored-by: Ruthvik Ravindra <[email protected]>
1 parent fa5594d commit 3fbab88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)