Skip to content

Commit b9f9339

Browse files
authored
Fix for the vulnerabilities for kafka protocol handler & proxy extension. (#95)
1 parent c157078 commit b9f9339

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<spotbugs-annotations.version>3.1.12</spotbugs-annotations.version>
5858
<apicurio.version>2.1.3.Final</apicurio.version>
5959
<testng.version>6.14.3</testng.version>
60-
<avro.version>1.10.2</avro.version>
60+
<avro.version>1.11.3</avro.version>
6161
<awaitility.version>4.0.3</awaitility.version>
6262
<okhttp3.version>4.9.3</okhttp3.version>
6363
<gson.version>2.8.9</gson.version>
@@ -66,7 +66,7 @@
6666
<protobuf3.version>3.19.6</protobuf3.version>
6767
<junit.version>4.13.1</junit.version>
6868
<fusionauth-jwt.version>5.2.1</fusionauth-jwt.version>
69-
<snakeyaml.version>1.32</snakeyaml.version>
69+
<snakeyaml.version>2.0</snakeyaml.version>
7070
<zstd-jni.version>1.5.2-4</zstd-jni.version>
7171

7272
<!-- plugin dependencies -->
@@ -83,7 +83,7 @@
8383
<kaml.version>0.53.0</kaml.version>
8484
<kotlinx-serialization-core.version>1.5.0</kotlinx-serialization-core.version>
8585
<kotlin.version>1.8.10</kotlin.version>
86-
<org-json.version>20230227</org-json.version>
86+
<org-json.version>20231013</org-json.version>
8787
</properties>
8888

8989
<licenses>

0 commit comments

Comments
 (0)