Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEZOOKEEPER-5961102
  • Loading branch information
snyk-bot committed Oct 12, 2023
1 parent 7e71a17 commit 1e87283
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 @@ -82,7 +82,7 @@
<maven.compiler.source>1.8</maven.compiler.source>

<!-- Define which kafka version -->
<kafkaVersion>3.4.0</kafkaVersion>
<kafkaVersion>3.6.0</kafkaVersion>
<kafkaScalaVersion>kafka_2.12</kafkaScalaVersion>

<!-- Define which Curator Test version -->
Expand Down

0 comments on commit 1e87283

Please sign in to comment.