Skip to content

Commit f31e4f2

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

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.2.0</version>
95+
<version>2.2.2</version>
9696
</dependency>
9797
<!-- Apache Log4J2 binding for SLF4J -->
9898
<dependency>

0 commit comments

Comments
 (0)