Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: org.slf4j:log4j-over-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 130d308 commit b525e9f
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 @@ -126,7 +126,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.16'
implementation group: 'org.slf4j', name: 'log4j-over-slf4j', version: '2.0.13'
implementation group: 'org.slf4j', name: 'log4j-over-slf4j', version: '2.0.16'

// utils
implementation group: 'org.codehaus.httpcache4j.uribuilder', name: 'uribuilder', version: '2.0.0'
Expand Down

0 comments on commit b525e9f

Please sign in to comment.