Skip to content

Commit

Permalink
Bump org.apache.kafka:kafka-clients from 3.6.0 to 3.6.1 (#698)
Browse files Browse the repository at this point in the history
Bumps org.apache.kafka:kafka-clients from 3.6.0 to 3.6.1.

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 3607a18 commit 991fc0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ java {

dependencies {
implementation("com.sparkjava:spark-core")
implementation("org.apache.kafka:kafka-clients:3.6.0")
implementation("org.apache.kafka:kafka-clients:3.6.1")
implementation("org.slf4j:slf4j-api:2.0.9")
implementation("org.slf4j:slf4j-simple:2.0.9")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ java {

dependencies {
implementation("com.sparkjava:spark-core")
implementation("org.apache.kafka:kafka-clients:3.6.0")
implementation("org.apache.kafka:kafka-clients:3.6.1")
implementation("org.slf4j:slf4j-api:2.0.9")
implementation("org.slf4j:slf4j-simple:2.0.9")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
Expand Down

0 comments on commit 991fc0b

Please sign in to comment.