Skip to content

Commit

Permalink
fix: slf4j upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Numichi committed Nov 27, 2022
1 parent 4f5479a commit eb0dcd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=4.0.4
version=4.0.5
group=io.github.numichi
3 changes: 1 addition & 2 deletions reactive-logger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ dependencies {
implementation(kotlin("stdlib"))

implementation("io.projectreactor:reactor-core:3.5.0")
implementation("org.slf4j:slf4j-api:2.0.4")
implementation("org.slf4j:slf4j-api:2.0.5")
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 eb0dcd6

Please sign in to comment.