Skip to content

Commit

Permalink
NO-SNOW Update Kafka dependencies to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mbobowski committed Dec 4, 2024
1 parent 1a437d6 commit af9a872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<skipUnitTests>${skipTests}</skipUnitTests>
<skipIntegrationTests>${skipTests}</skipIntegrationTests>

<kafka.version>3.8.0</kafka.version>
<kafka.version>3.9.0</kafka.version>
<awaitility.version>4.2.2</awaitility.version>
<assertj-core.version>3.26.3</assertj-core.version>
<confluent.version>7.7.0</confluent.version>
Expand Down
2 changes: 1 addition & 1 deletion pom_confluent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
-->
<license.processing.targetDir>${project.build.directory}/../licenses</license.processing.targetDir>

<kafka.version>3.8.0</kafka.version>
<kafka.version>3.9.0</kafka.version>
<awaitility.version>4.2.2</awaitility.version>
<assertj-core.version>3.26.3</assertj-core.version>
<confluent.version>7.7.0</confluent.version>
Expand Down

0 comments on commit af9a872

Please sign in to comment.