From 08ccae3c8e8bbaecf270d8d65de0f66d545cb775 Mon Sep 17 00:00:00 2001 From: Siddhartha Agarwal Date: Wed, 3 Aug 2022 01:06:17 +0530 Subject: [PATCH 1/3] CCMSG-2014: cve-fix - update parquet-format version --- .../dependency-reduced-pom.xml | 116 ++++++++++++++++++ pom.xml | 2 +- 2 files changed, 117 insertions(+), 1 deletion(-) create mode 100644 htrace-core4-shaded/dependency-reduced-pom.xml diff --git a/htrace-core4-shaded/dependency-reduced-pom.xml b/htrace-core4-shaded/dependency-reduced-pom.xml new file mode 100644 index 000000000..d466ce6ba --- /dev/null +++ b/htrace-core4-shaded/dependency-reduced-pom.xml @@ -0,0 +1,116 @@ + + + + kafka-connect-storage-common-parent + io.confluent + 5.4.10-SNAPSHOT + + 4.0.0 + kafka-connect-storage-common-htrace-core4-shaded + kafka-connect-storage-common-htrace-core4-shaded + htrace-core4 shaded to replace jackson dependencies without CVEs + 2020 + + + + maven-jar-plugin + + + maven-shade-plugin + 3.2.4 + + + package + + shade + + + + + org.apache.htrace:* + com.fasterxml.jackson.core:* + + + + + org.apache.htrace:htrace-core4 + + ** + + + META-INF/services/** + META-INF/maven/com.fasterxml.jackson.core/** + org/apache/htrace/shaded/fasterxml/jackson/** + + + + io.confluent:* + + ** + + + + com.fasterxml.jackson.core:* + + ** + + + META-INF/MANIFEST.MF + META-INF/LICENSE + META-INF/NOTICE + META-INF/services/** + META-INF/maven/com.fasterxml.jackson.core/** + org/apache/htrace/shaded/fasterxml/jackson/** + + + + + + com.fasterxml.jackson + org.apache.htrace.shaded.fasterxml.jackson + + + + + + + + + + + org.apache.kafka + connect-api + 5.4.10-ccs-SNAPSHOT + provided + + + jline + jline + 2.12.1 + compile + + + io.confluent + confluent-log4j + 1.2.17-cp2 + test + + + io.confluent + common-utils + 5.4.10-SNAPSHOT + compile + + + io.confluent + assembly-plugin-boilerplate + 5.4.10-SNAPSHOT + zip + resources + provided + + + + 4.1.0-incubating + + diff --git a/pom.xml b/pom.xml index 77daa05ad..74f8f3017 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 1.2.2 2.9.6 5.4.10-SNAPSHOT - 1.11.1 + 1.11.2 4.5.13 4.4.4 2.13.2 From e34e309581351ff62e9c1107aa033fb4f32e6216 Mon Sep 17 00:00:00 2001 From: Siddhartha Agarwal Date: Wed, 3 Aug 2022 01:10:19 +0530 Subject: [PATCH 2/3] Remove build files: reduced-dependency pom --- .../dependency-reduced-pom.xml | 116 ------------------ 1 file changed, 116 deletions(-) delete mode 100644 htrace-core4-shaded/dependency-reduced-pom.xml diff --git a/htrace-core4-shaded/dependency-reduced-pom.xml b/htrace-core4-shaded/dependency-reduced-pom.xml deleted file mode 100644 index d466ce6ba..000000000 --- a/htrace-core4-shaded/dependency-reduced-pom.xml +++ /dev/null @@ -1,116 +0,0 @@ - - - - kafka-connect-storage-common-parent - io.confluent - 5.4.10-SNAPSHOT - - 4.0.0 - kafka-connect-storage-common-htrace-core4-shaded - kafka-connect-storage-common-htrace-core4-shaded - htrace-core4 shaded to replace jackson dependencies without CVEs - 2020 - - - - maven-jar-plugin - - - maven-shade-plugin - 3.2.4 - - - package - - shade - - - - - org.apache.htrace:* - com.fasterxml.jackson.core:* - - - - - org.apache.htrace:htrace-core4 - - ** - - - META-INF/services/** - META-INF/maven/com.fasterxml.jackson.core/** - org/apache/htrace/shaded/fasterxml/jackson/** - - - - io.confluent:* - - ** - - - - com.fasterxml.jackson.core:* - - ** - - - META-INF/MANIFEST.MF - META-INF/LICENSE - META-INF/NOTICE - META-INF/services/** - META-INF/maven/com.fasterxml.jackson.core/** - org/apache/htrace/shaded/fasterxml/jackson/** - - - - - - com.fasterxml.jackson - org.apache.htrace.shaded.fasterxml.jackson - - - - - - - - - - - org.apache.kafka - connect-api - 5.4.10-ccs-SNAPSHOT - provided - - - jline - jline - 2.12.1 - compile - - - io.confluent - confluent-log4j - 1.2.17-cp2 - test - - - io.confluent - common-utils - 5.4.10-SNAPSHOT - compile - - - io.confluent - assembly-plugin-boilerplate - 5.4.10-SNAPSHOT - zip - resources - provided - - - - 4.1.0-incubating - - From 80f2a46d5600f94b4c4a939fdf0286c2ecb6ce27 Mon Sep 17 00:00:00 2001 From: Siddhartha Agarwal Date: Wed, 3 Aug 2022 11:05:50 +0530 Subject: [PATCH 3/3] Bump up parquet version to latest --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 74f8f3017..92a951e88 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 1.2.2 2.9.6 5.4.10-SNAPSHOT - 1.11.2 + 1.12.3 4.5.13 4.4.4 2.13.2