Skip to content

Commit

Permalink
chore(deps): bump org.slf4j:jul-to-slf4j from 2.0.13 to 2.0.16
Browse files Browse the repository at this point in the history
Bumps org.slf4j:jul-to-slf4j from 2.0.13 to 2.0.16.

---
updated-dependencies:
- dependency-name: org.slf4j:jul-to-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tchiotludo committed Oct 1, 2024
1 parent 848eaed commit 7cfcd7c
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 @@ -125,7 +125,7 @@ dependencies {

// log
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.13'
implementation group: 'org.slf4j', name: 'jul-to-slf4j', version: '2.0.13'
implementation group: 'org.slf4j', name: 'jul-to-slf4j', version: '2.0.16'
implementation group: 'org.slf4j', name: 'log4j-over-slf4j', version: '2.0.13'

// utils
Expand Down

0 comments on commit 7cfcd7c

Please sign in to comment.