We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db75d66 commit 8193086Copy full SHA for 8193086
1 file changed
smoke-tests/test-app/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
// - http endpoint, which is easy to call remotely
15
// - implement a server, which is not a single invocation only like a CLI app
16
// - multiple endpoints are possible, which allows multiple test scenarios
17
- val springBootVersion = "2.7.18";
+ val springBootVersion = "4.0.1";
18
testImplementation("org.springframework.boot:spring-boot-starter-test:${springBootVersion}")
19
implementation("org.springframework.boot:spring-boot-starter-web:${springBootVersion}")
20
0 commit comments