Skip to content

Commit 9c3fbaa

Browse files
authored
Use spring-boot-starter-web:3.5.10 (#375)
1 parent 8621061 commit 9c3fbaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tulip-runtime/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ dependencies {
8282
// https://mvnrepository.com/artifact/io.github.oshai/kotlin-logging-jvm
8383
// implementation("io.github.oshai:kotlin-logging-jvm:7.0.3")
8484

85-
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-restclient
86-
implementation("org.springframework.boot:spring-boot-starter-restclient:4.0.2")
85+
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
86+
api("org.springframework.boot:spring-boot-starter-web:3.5.10")
8787

8888
// - SLF4J and Logback
8989

9090
// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
91-
implementation("org.slf4j:slf4j-api:2.0.17")
91+
api("org.slf4j:slf4j-api:2.0.17")
9292

9393
// https://mvnrepository.com/artifact/ch.qos.logback/logback-core
9494
implementation("ch.qos.logback:logback-core:1.5.28")

0 commit comments

Comments
 (0)