Skip to content

Commit

Permalink
build(deps): bump io.klogging:slf4j-klogging in /scheduler/data-flow
Browse files Browse the repository at this point in the history
Bumps [io.klogging:slf4j-klogging](https://github.com/klogging/klogging) from 0.2.5 to 0.5.10.
- [Release notes](https://github.com/klogging/klogging/releases)
- [Changelog](https://github.com/klogging/klogging/blob/main/CHANGELOG.md)
- [Commits](klogging/klogging@0.2.5...0.5.10)

---
updated-dependencies:
- dependency-name: io.klogging:slf4j-klogging
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 19798a3 commit 15412c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/data-flow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {

// Kafka
implementation("org.apache.kafka:kafka-streams:3.4.0")
implementation("io.klogging:slf4j-klogging:0.2.5")
implementation("io.klogging:slf4j-klogging:0.5.10")
testImplementation("org.apache.kafka:kafka-streams-test-utils:3.5.0")

// gRPC
Expand Down

0 comments on commit 15412c7

Please sign in to comment.