We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de48d1b commit a33b101Copy full SHA for a33b101
smoke-tests-otel-starter/spring-boot-2/build.gradle.kts
@@ -38,8 +38,8 @@ testing {
38
dependencies {
39
implementation(project())
40
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")
+ implementation("org.springframework.boot:spring-boot-starter-web:2.7.18")
+ implementation("org.springframework.boot:spring-boot-starter-test:2.7.18")
43
}
44
45
0 commit comments