Skip to content

Commit 8193086

Browse files
fix(deps): update spring boot to v4
1 parent db75d66 commit 8193086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

smoke-tests/test-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
// - http endpoint, which is easy to call remotely
1515
// - implement a server, which is not a single invocation only like a CLI app
1616
// - multiple endpoints are possible, which allows multiple test scenarios
17-
val springBootVersion = "2.7.18";
17+
val springBootVersion = "4.0.1";
1818
testImplementation("org.springframework.boot:spring-boot-starter-test:${springBootVersion}")
1919
implementation("org.springframework.boot:spring-boot-starter-web:${springBootVersion}")
2020

0 commit comments

Comments
 (0)