Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent 8a8f84c commit 84b9f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {

implementation fileTree(dir: 'libs', includes: ['*.jar'])

compileOnly 'org.slf4j:slf4j-api:2.0.13'
compileOnly 'org.slf4j:slf4j-api:2.0.16'
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
Expand All @@ -86,7 +86,7 @@ dependencies {
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
testImplementation 'com.squareup.okhttp3:okhttp-tls:4.12.0'
testImplementation 'io.zonky.test:embedded-postgres:2.0.7'
testCompileOnly 'org.slf4j:slf4j-api:2.0.13'
testCompileOnly 'org.slf4j:slf4j-api:2.0.16'
testCommonImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation sourceSets.testCommon.output
compileTestJava.dependsOn processTestResources
Expand Down

0 comments on commit 84b9f9a

Please sign in to comment.