Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api 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-api from 1.7.36 to 2.0.13.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 20, 2024
1 parent b401122 commit 08c381f
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 @@ -47,7 +47,7 @@ repositories {

dependencies {
// This dependency is exported to consumers, that is to say found on their compile classpath.
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.13'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
// lzf compression support
implementation group: 'com.ning', name: 'compress-lzf', version: '1.1.2'
Expand Down

0 comments on commit 08c381f

Please sign in to comment.