Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10 in /java (#267)
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-api from 2.0.9 to 2.0.10.

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent dbf84d7 commit 3152be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {

implementation group: 'edu.umn.nlpie', name: 'mtap', version: '1.3.0'

implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.9'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.10'
implementation group: 'args4j', name: 'args4j', version: '2.33'
implementation group: 'org.rocksdb', name: 'rocksdbjni', version: '8.9.1'
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.11.0'
Expand Down

0 comments on commit 3152be7

Please sign in to comment.