Skip to content

Commit

Permalink
build(deps): bump org.apache.kafka.version from 3.6.1 to 3.7.0
Browse files Browse the repository at this point in the history
Bumps `org.apache.kafka.version` from 3.6.1 to 3.7.0.

Updates `org.apache.kafka:kafka-clients` from 3.6.1 to 3.7.0

Updates `org.apache.kafka:connect-api` from 3.6.1 to 3.7.0

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and fhussonnois committed May 17, 2024
1 parent 691b25d commit 8118871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<confluent.maven.repo>https://packages.confluent.io/maven/</confluent.maven.repo>
<!-- DEPENDENCIES -->
<io.confluent.version>7.6.0</io.confluent.version>
<org.apache.kafka.version>3.6.1</org.apache.kafka.version>
<org.apache.kafka.version>3.7.0</org.apache.kafka.version>
<junit.version>5.10.2</junit.version>
<testcontainer.version>1.19.7</testcontainer.version>
<kafka.connect.maven.plugin.version>0.12.0</kafka.connect.maven.plugin.version>
Expand Down

0 comments on commit 8118871

Please sign in to comment.