Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions smoke-tests-otel-starter/spring-boot-2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ testing {
dependencies {
implementation(project())
implementation(project(":smoke-tests-otel-starter:spring-boot-common"))
implementation("org.springframework.boot:spring-boot-starter-web:2.6.15")
implementation("org.springframework.boot:spring-boot-starter-test:2.6.15")
implementation("org.springframework.boot:spring-boot-starter-web:2.7.18")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should rearrange it to run with 2.6.15 and 2.+ for latest deps as we do in other configurations

implementation("org.springframework.boot:spring-boot-starter-test:2.7.18")
}
}
}
Expand Down
Loading