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 6181987c87..ecb00990b9 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
2.38
- 4.1.94.Final
+ 4.1.107.Final
9.4.53.v20231009
@@ -490,6 +492,11 @@
kerb-simplekdc
${kerby.version}
+
+ org.jboss.xnio
+ xnio-api
+ ${xnio.version}
+
com.squareup.okhttp3
okhttp