Skip to content

Commit eabe8f8

Browse files
committed
fix: kafka-webview-ui/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEKAFKA-8528112
1 parent 0e93249 commit eabe8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka-webview-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<!-- Dependency versions -->
3535
<avro.version>1.11.1</avro.version>
3636
<bootstrap.version>4.0.0-beta</bootstrap.version>
37-
<kafka.version>2.8.2</kafka.version>
37+
<kafka.version>3.7.2</kafka.version>
3838
<protobuf.version>3.21.9</protobuf.version>
3939
<thymeleaf.version>3.0.15.RELEASE</thymeleaf.version>
4040
<guava.version>31.1-jre</guava.version>

0 commit comments

Comments
 (0)