Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 (#372)
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-api from 2.0.13 to 2.0.16.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 18, 2024
1 parent 07c644c commit 9f94ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {

implementation("com.squareup.moshi:moshi:1.15.1")

implementation("org.slf4j:slf4j-api:2.0.13")
implementation("org.slf4j:slf4j-api:2.0.16")
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")

implementation("com.squareup.okio:okio:3.9.0")
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation(project(":engine"))
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")

testImplementation("org.slf4j:slf4j-api:2.0.13")
testImplementation("org.slf4j:slf4j-api:2.0.16")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")

testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
Expand Down

0 comments on commit 9f94ede

Please sign in to comment.