diff --git a/licenses.yaml b/licenses.yaml
index 50fc89b7c618..a1cdb0e09dfb 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -1871,14 +1871,14 @@ name: Apache Zookeeper
license_category: binary
module: java-core
license_name: Apache License version 2.0
-version: 3.5.10
+version: 3.8.3
libraries:
- org.apache.zookeeper: zookeeper
- org.apache.zookeeper: zookeeper-jute
notices:
- zookeeper: |
Apache ZooKeeper
- Copyright 2009-2019 The Apache Software Foundation
+ Copyright 2009-2023 The Apache Software Foundation
---
@@ -5459,6 +5459,19 @@ license_file_path: licenses/bin/lodash.MIT
---
+name: "audience-annotations"
+license_category: binary
+module: core
+license_name: Apache License version 2.0
+version: 0.12.0
+libraries:
+ - org.apache.yetus: audience-annotations
+notices:
+ - audience-annotations: |
+ Apache Yetus
+ Copyright 2008-2022 The Apache Software Foundation
+---
+
name: "loose-envify"
license_category: binary
module: web-console
diff --git a/owasp-dependency-check-suppressions.xml b/owasp-dependency-check-suppressions.xml
index 421cb9df6eff..f9c3146e3588 100644
--- a/owasp-dependency-check-suppressions.xml
+++ b/owasp-dependency-check-suppressions.xml
@@ -468,7 +468,7 @@
-->
CVE-2023-44981
diff --git a/pom.xml b/pom.xml
index b585a69b4be3..b8a503f7c57d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
6.2.5.Final
4.5.13
- 3.5.10
+ 3.8.3
2.5.7
2.2.0
1.42.3
@@ -437,6 +437,14 @@
com.github.spotbugs
spotbugs-annotations
+
+ ch.qos.logback
+ logback-classic
+
+
+ ch.qos.logback
+ logback-core
+
diff --git a/server/pom.xml b/server/pom.xml
index df5644a817d4..6b0ef65f06db 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -67,6 +67,11 @@
org.apache.zookeeper
zookeeper-jute
+
+ org.xerial.snappy
+ snappy-java
+ runtime
+
org.apache.curator
curator-framework
@@ -471,6 +476,8 @@
io.tesla.aether:tesla-aether
+
+ org.xerial.snappy:snappy-java