Skip to content

Commit

Permalink
build(deps): bump org.apache.kafka:kafka-clients from 3.5.0 to 7.6.1-ce
Browse files Browse the repository at this point in the history
Bumps org.apache.kafka:kafka-clients from 3.5.0 to 7.6.1-ce.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent a81f728 commit 1061d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<maven.compiler.target>17</maven.compiler.target>

<!-- Kafka -->
<kafka.version>3.5.0</kafka.version>
<kafka.version>7.6.1-ce</kafka.version>

<!-- RestEasy -->
<resteasy.version>4.5.8.Final</resteasy.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<apicurio-common-rest-client.version>0.1.18.Final</apicurio-common-rest-client.version>
<apicurio-common-app-components.version>1.1.0</apicurio-common-app-components.version>
<kafka-oauth-client.version>0.15.0</kafka-oauth-client.version>
<kafka-clients.version>3.6.0</kafka-clients.version>
<kafka-clients.version>7.6.1-ce</kafka-clients.version>
<snakeyaml.version>2.2</snakeyaml.version>
<guava.version>33.2.0-jre</guava.version>
<woodstox-core.version>6.6.2</woodstox-core.version>
Expand Down

0 comments on commit 1061d42

Please sign in to comment.