Skip to content

Commit 912070b

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEKAFKA-8528112
1 parent 7e71a17 commit 912070b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<maven.compiler.source>1.8</maven.compiler.source>
8383

8484
<!-- Define which kafka version -->
85-
<kafkaVersion>3.4.0</kafkaVersion>
85+
<kafkaVersion>3.7.2</kafkaVersion>
8686
<kafkaScalaVersion>kafka_2.12</kafkaScalaVersion>
8787

8888
<!-- Define which Curator Test version -->

0 commit comments

Comments
 (0)