Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 109ec8b commit cbec5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {

implementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")
implementation("commons-io:commons-io:2.13.0")
implementation("org.slf4j:slf4j-api:1.7.26")
implementation("org.slf4j:slf4j-api:2.0.10")

testImplementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.26'
testImplementation group: 'log4j', name: 'log4j', version: '1.2.17'
Expand Down

0 comments on commit cbec5a4

Please sign in to comment.