Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent e2c20dc commit 396538d
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 @@ -91,6 +91,6 @@ dependencies {
compile group: 'commons-codec', name: 'commons-codec', version:'1.15'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
testCompile group: 'junit', name: 'junit', version:'4.13.2'
testCompile group: 'org.slf4j', name: 'slf4j-simple', version:'1.7.36'
testCompile group: 'org.slf4j', name: 'slf4j-simple', version:'2.0.9'
testCompile group: 'org.mockito', name: 'mockito-core', version:'4.4.0'
}

0 comments on commit 396538d

Please sign in to comment.