Skip to content

Commit

Permalink
feat: upgrade to Spring Boot 3.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Numichi committed Nov 27, 2022
1 parent cfe1b90 commit 4f5479a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions reactive-logger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@ configurations {
testing {
all {
exclude("org.springframework.boot", "spring-boot-starter-logging")
exclude("org.yaml", "snakeyaml")
}
}

all {
exclude("org.yaml", "snakeyaml")
}
}

repositories {
Expand All @@ -46,6 +41,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.4")
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("org.springframework.boot:spring-boot-starter:2.7.6")
implementation("org.yaml:snakeyaml:1.33")
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.6.4")
api("io.github.microutils:kotlin-logging-jvm:3.0.4")
Expand Down

0 comments on commit 4f5479a

Please sign in to comment.