Skip to content

Commit c3de520

Browse files
committed
test-bot: Use Spring Boot 4
Library still uses Spring Boot 3
1 parent a8aed64 commit c3de520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ postgresql = { module = "org.postgresql:postgresql", version.ref = "postgresql"
8787
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j-api" }
8888
spring-boot = { module = "org.springframework.boot:spring-boot", version.ref = "spring-boot" }
8989
spring-boot-autoconfigure = { module = "org.springframework.boot:spring-boot-autoconfigure", version.ref = "spring-boot" }
90-
spring-boot-devtools = { module = "org.springframework.boot:spring-boot-devtools", version.ref = "spring-boot" }
91-
spring-boot-starter = { module = "org.springframework.boot:spring-boot-starter", version.ref = "spring-boot" }
90+
spring-boot-devtools = "org.springframework.boot:spring-boot-devtools:4.0.0"
91+
spring-boot-starter = "org.springframework.boot:spring-boot-starter:4.0.0"
9292
spring-boot-starter-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "spring-boot" }
9393
spring-context = { module = "org.springframework:spring-context", version.ref = "spring" }
9494
stacktrace-decoroutinator = { module = "dev.reformator.stacktracedecoroutinator:stacktrace-decoroutinator-jvm", version.ref = "stacktrace-decoroutinator" }

0 commit comments

Comments
 (0)