Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.15 to 2.0.16
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-api from 2.0.15 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 EricLondon committed Aug 13, 2024
1 parent cad9ec3 commit 87f130c
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 @@ -20,7 +20,7 @@ dependencies {
compile group: 'org.apache.kafka', name: 'kafka-clients', version: '3.8.0'
compile group: 'org.apache.kafka', name: 'kafka-streams', version: '3.8.0'

compile group: 'org.slf4j', name: 'slf4j-api', version: '2.0.15'
compile group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '2.0.16'

compile 'com.google.code.gson:gson:2.11.0'
Expand Down

0 comments on commit 87f130c

Please sign in to comment.