Skip to content

Commit a33b101

Browse files
fix(deps): update spring boot to v2.7.18
1 parent de48d1b commit a33b101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smoke-tests-otel-starter/spring-boot-2/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ testing {
3838
dependencies {
3939
implementation(project())
4040
implementation(project(":smoke-tests-otel-starter:spring-boot-common"))
41-
implementation("org.springframework.boot:spring-boot-starter-web:2.6.15")
42-
implementation("org.springframework.boot:spring-boot-starter-test:2.6.15")
41+
implementation("org.springframework.boot:spring-boot-starter-web:2.7.18")
42+
implementation("org.springframework.boot:spring-boot-starter-test:2.7.18")
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)