File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments