Skip to content

Commit

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

Updates `kafka-clients` from 2.8.0 to 3.2.0

Updates `connect-api` from 2.8.0 to 3.2.0

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fhussonnois committed May 26, 2022
1 parent 1e5d48f commit 4a8da8d
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 @@ -83,7 +83,7 @@
<apache.avro.version>1.8.2</apache.avro.version>
<confluent.maven.repo>http://packages.confluent.io/maven/</confluent.maven.repo>
<io.confluent.version>6.2.1</io.confluent.version>
<org.apache.kafka.version>2.8.0</org.apache.kafka.version>
<org.apache.kafka.version>3.2.0</org.apache.kafka.version>
<junit.version>4.13.1</junit.version>
<kafka.connect.maven.plugin.version>0.12.0</kafka.connect.maven.plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 4a8da8d

Please sign in to comment.