Skip to content

Commit

Permalink
fix(deps): update dependency org.slf4j:slf4j-api to v2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 12, 2024
1 parent 9d40ddc commit 93cefb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
mindustryDependencies()
compileOnly(kotlin("stdlib-jdk8"))

compileOnly("org.slf4j:slf4j-api:2.0.12")
compileOnly("org.slf4j:slf4j-api:2.0.13")
compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.sksamuel.hoplite:hoplite-core:2.7.5")
Expand Down

0 comments on commit 93cefb2

Please sign in to comment.