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-ORGBITBUCKETBC-6139942
  • Loading branch information
snyk-bot committed Feb 27, 2024
1 parent 7e71a17 commit 518dd91
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.7.0</kafkaVersion>
<kafkaScalaVersion>kafka_2.12</kafkaScalaVersion>

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

0 comments on commit 518dd91

Please sign in to comment.