Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-api from 2.0.9 to 2.0.10.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 566281e commit 5b4f7bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manual/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

implementation("com.google.code.findbugs:jsr305:3.0.2")

testImplementation("org.slf4j:slf4j-api:2.0.9")
testImplementation("org.slf4j:slf4j-api:2.0.10")
testImplementation("ch.qos.logback:logback-classic:1.4.14")

testImplementation(platform("org.junit:junit-bom:5.10.1"))
Expand Down
2 changes: 1 addition & 1 deletion modules/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories { mavenCentral() }
dependencies {
implementation("com.google.code.findbugs:jsr305:3.0.2")

implementation("org.slf4j:slf4j-api:2.0.9")
implementation("org.slf4j:slf4j-api:2.0.10")

testImplementation(project(":modules:testutils"))
testImplementation("ch.qos.logback:logback-classic:1.4.14")
Expand Down
2 changes: 1 addition & 1 deletion modules/retrofit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

implementation("com.google.code.findbugs:jsr305:3.0.2")

testImplementation("org.slf4j:slf4j-api:2.0.9")
testImplementation("org.slf4j:slf4j-api:2.0.10")
testImplementation("ch.qos.logback:logback-classic:1.4.14")

testImplementation(platform("org.junit:junit-bom:5.10.1"))
Expand Down
2 changes: 1 addition & 1 deletion modules/selenium/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
implementation(platform("com.fasterxml.jackson:jackson-bom:2.16.1"))
implementation("org.bouncycastle:bcprov-jdk15on:1.70")

testImplementation("org.slf4j:slf4j-api:2.0.9")
testImplementation("org.slf4j:slf4j-api:2.0.10")
testImplementation("ch.qos.logback:logback-classic:1.4.14")

testImplementation(project(":modules:testutils"))
Expand Down

0 comments on commit 5b4f7bd

Please sign in to comment.