Skip to content

Commit

Permalink
Bump the slf4j group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the slf4j group with 2 updates: org.slf4j:slf4j-api and org.slf4j:jul-to-slf4j.


Updates `org.slf4j:slf4j-api` from 2.0.12 to 2.0.13

Updates `org.slf4j:jul-to-slf4j` from 2.0.12 to 2.0.13

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: slf4j
- dependency-name: org.slf4j:jul-to-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: slf4j
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 39e4cfb commit dbfc49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ dependencies {
}
}
}
implementation("org.slf4j:slf4j-api:2.0.12")
testRuntimeOnly("org.slf4j:jul-to-slf4j:2.0.12")
implementation("org.slf4j:slf4j-api:2.0.13")
testRuntimeOnly("org.slf4j:jul-to-slf4j:2.0.13")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")

api("com.squareup.okhttp3:okhttp:4.12.0")
Expand Down

0 comments on commit dbfc49f

Please sign in to comment.