Skip to content

Commit 2b2b536

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-ORGAPACHEAVRO-8161188
1 parent 0e93249 commit 2b2b536

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
@@ -32,7 +32,7 @@
3232
<java.version>1.8</java.version>
3333

3434
<!-- Dependency versions -->
35-
<avro.version>1.11.1</avro.version>
35+
<avro.version>1.11.4</avro.version>
3636
<bootstrap.version>4.0.0-beta</bootstrap.version>
3737
<kafka.version>2.8.2</kafka.version>
3838
<protobuf.version>3.21.9</protobuf.version>

0 commit comments

Comments
 (0)