Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tchiotludo committed Oct 1, 2024
1 parent b525e9f commit 2ce053e
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 @@ -124,7 +124,7 @@ dependencies {
implementation group: 'io.strimzi', name: 'kafka-oauth-client', version: '0.15.0'

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

Expand Down

0 comments on commit 2ce053e

Please sign in to comment.