diff --git a/extensions-contrib/cassandra-storage/pom.xml b/extensions-contrib/cassandra-storage/pom.xml index 9dc2faefcec4..0760ed3cd3d4 100644 --- a/extensions-contrib/cassandra-storage/pom.xml +++ b/extensions-contrib/cassandra-storage/pom.xml @@ -33,6 +33,21 @@ ../../pom.xml + + + + + org.yaml + snakeyaml + 1.33 + + + + org.apache.druid diff --git a/extensions-contrib/kubernetes-overlord-extensions/pom.xml b/extensions-contrib/kubernetes-overlord-extensions/pom.xml index 346cc3a00a9c..84770340f240 100644 --- a/extensions-contrib/kubernetes-overlord-extensions/pom.xml +++ b/extensions-contrib/kubernetes-overlord-extensions/pom.xml @@ -34,6 +34,18 @@ ../../pom.xml + + + + + org.yaml + snakeyaml + 1.33 + + + diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 1b81d653fa9b..2193dafd8552 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -43,6 +43,19 @@ org.apache.hadoop.fs.s3a.S3AFileSystem + + + + + org.yaml + snakeyaml + 1.33 + + + + com.amazonaws diff --git a/licenses.yaml b/licenses.yaml index 3eba322b089d..6b2d8faeca43 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -1022,7 +1022,7 @@ name: org.yaml snakeyaml license_category: binary module: extensions/druid-kubernetes-extensions license_name: Apache License version 2.0 -version: 1.33 +version: 2.2 libraries: - org.yaml: snakeyaml @@ -2872,6 +2872,18 @@ libraries: - io.confluent: kafka-schema-registry-client - io.confluent: common-utils +--- + +name: org.yaml snakeyaml +license_category: binary +module: extensions/druid-protobuf-extensions +license_name: Apache License version 2.0 +version: 2.0 +libraries: + - org.yaml: snakeyaml + + + --- name: Confluent Kafka Client diff --git a/owasp-dependency-check-suppressions.xml b/owasp-dependency-check-suppressions.xml index 4d68252dcf49..fb1431626a70 100644 --- a/owasp-dependency-check-suppressions.xml +++ b/owasp-dependency-check-suppressions.xml @@ -275,12 +275,23 @@ - - - + + + CVE-2022-1471 CVE-2023-2251 diff --git a/pom.xml b/pom.xml index 938c8d77d4b9..c7e853ba75ff 100644 --- a/pom.xml +++ b/pom.xml @@ -364,11 +364,6 @@ json-smart 2.4.11 - - org.yaml - snakeyaml - 1.33 -