Skip to content

Commit dd9e777

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-10332631
1 parent c5739ac commit dd9e777

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
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.apache.kafka</groupId>
9494
<artifactId>kafka-streams</artifactId>
95-
<version>2.8.1</version>
95+
<version>3.0.0</version>
9696
</dependency>
9797
<!-- Apache Log4J2 binding for SLF4J -->
9898
<dependency>

0 commit comments

Comments
 (0)