Skip to content

Commit

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

---
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] committed May 2, 2024
1 parent a27ede3 commit 7096d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jhdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {

// Use JUnit 5 test framework
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.10.2'
testRuntimeOnly group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.36'
testRuntimeOnly group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.13'

// Mocking
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '4.11.0'
Expand Down

0 comments on commit 7096d54

Please sign in to comment.