We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ade97 commit 9623facCopy full SHA for 9623fac
reactive-logger/build.gradle.kts
@@ -51,7 +51,7 @@ dependencies {
51
implementation("org.springframework.boot:spring-boot-autoconfigure:3.2.4")
52
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.2")
53
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.8.0")
54
- api("io.github.oshai:kotlin-logging-jvm:6.0.4")
+ api("io.github.oshai:kotlin-logging-jvm:6.0.9")
55
56
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:3.2.4")
57
kapt("org.springframework.boot:spring-boot-configuration-processor:3.2.4")
0 commit comments