diff --git a/NOTICES b/NOTICES
index d5cb541ab6..294a417244 100644
--- a/NOTICES
+++ b/NOTICES
@@ -61,6 +61,10 @@ Apache Kerby (org.apache.kerby:*:2.0.3):
- Apache License, Version 2.0
+XNIO (org.jboss.xnio:xnio-api:3.8.13.Final):
+
+- Apache License, Version 2.0
+
Kotlin Stdlib (org.jetbrains.kotlin:*:1.6.20):
- Apache License, Version 2.0
diff --git a/code-style/dependency-check-suppressions.xml b/code-style/dependency-check-suppressions.xml
index 596cba081c..d53d3c18b2 100644
--- a/code-style/dependency-check-suppressions.xml
+++ b/code-style/dependency-check-suppressions.xml
@@ -224,4 +224,21 @@
^pkg:maven/software\.amazon\.ion/ion\-java@.*$
CVE-2024-21634
+
+
+ ^pkg:maven/org\.jboss\.xnio/xnio\-api@.*$
+ CVE-2023-5685
+
\ No newline at end of file
diff --git a/java/pom.xml b/java/pom.xml
index 5ecd3eae67..77bc61e07e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -92,6 +92,8 @@
2.4.11
2.0.3
+
+ 3.8.13.Final
4.11.0
- 0.12.3
+ 0.12.5
0.1.32
32.0.1-jre
@@ -144,7 +146,7 @@
2.38
- 4.1.94.Final
+ 4.1.107.Final
9.4.53.v20231009
@@ -152,7 +154,7 @@
2.3.3
1.4
- 5.10.1
+ 5.10.2
1.10.1
4.11.0
1.19.0
@@ -175,7 +177,7 @@
3.2.5
${surefire.plugin.version}
${surefire.plugin.version}
- 3.4.1
+ 3.5.2
3.3.0
3.3.0
3.10.1
@@ -490,6 +492,11 @@
kerb-simplekdc
${kerby.version}
+
+ org.jboss.xnio
+ xnio-api
+ ${xnio.version}
+
com.squareup.okhttp3
okhttp