Skip to content

Commit

Permalink
[gradle](deps): Bump org.slf4j:slf4j-simple from 2.0.11 to 2.0.12 (#139)
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-simple from 2.0.11 to 2.0.12.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent 52fc31e commit 960cdd8
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 @@ -40,7 +40,7 @@ dependencies {
val kotlinVersion = "1.9.0"

val junit = "5.10.2"
val slf4j = "2.0.11"
val slf4j = "2.0.12"
val okhttp = "4.12.0"

compileOnly("org.jetbrains:annotations:$annotations")
Expand Down

0 comments on commit 960cdd8

Please sign in to comment.