From ddeb55fac1148489d6b35eca912e6a92035b3342 Mon Sep 17 00:00:00 2001
From: Jan Werner <105367074+janjwerner-confluent@users.noreply.github.com>
Date: Sun, 3 Dec 2023 22:19:51 -0500
Subject: [PATCH] update few minor dependencies to resolve CVEs (#15464)
Update multiple dependencies to clear CVEs
Update dropwizard-metrics to 4.2.22 to address GHSA-mm8h-8587-p46h in com.rabbitmq:amqp-client
Update ant to 1.10.14 to resolve GHSA-f62v-xpxf-3v68 GHSA-4p6w-m9wc-c9c9 GHSA-q5r4-cfpx-h6fh GHSA-5v34-g2px-j4fw
Update comomons-compress to resolve GHSA-cgwf-w82q-5jrr
Update jose4j to 0.9.3 to resolve GHSA-7g24-qg88-p43q GHSA-jgvc-jfgh-rjvv
Update kotlin-stdlib to 1.6.0 to resolve GHSA-cqj8-47ch-rvvq and CVE-2022-24329
---
licenses.yaml | 6 +++---
pom.xml | 27 +++++++++++++++++++++++++--
2 files changed, 28 insertions(+), 5 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index 3ebf7d829a7..b1742f624c4 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -655,7 +655,7 @@ name: Apache Commons Compress
license_category: binary
module: java-core
license_name: Apache License version 2.0
-version: 1.23.0
+version: 1.24.0
libraries:
- org.apache.commons: commons-compress
notices:
@@ -791,7 +791,7 @@ name: DropWizard Metrics Core
license_category: binary
module: java-core
license_name: Apache License version 2.0
-version: 4.2.19
+version: 4.2.22
libraries:
- io.dropwizard.metrics: metrics-core
@@ -1001,7 +1001,7 @@ name: org.bitbucket.b_c jose4j
license_category: binary
module: extensions/druid-kubernetes-extensions
license_name: Apache License version 2.0
-version: 0.7.3
+version: 0.9.3
libraries:
- org.bitbucket.b_c: jose4j
diff --git a/pom.xml b/pom.xml
index b70045188f5..468a830d2dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
4.2.0
2.2.0
10.14.2.0
- 4.2.19
+ 4.2.22
2.20.0
8.5.4
31.1-jre
@@ -389,6 +389,29 @@
bcutil-jdk15on
1.70
+
+
+ org.apache.ant
+ ant
+ 1.10.14
+
+
+
+ org.bitbucket.b_c
+ jose4j
+ 0.9.3
+
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib
+ 1.6.10
+
org.apache.zookeeper
zookeeper
@@ -551,7 +574,7 @@
org.apache.commons
commons-compress
- 1.23.0
+ 1.24.0
org.tukaani