From c1363f704474da7fbded324741720b02e4d7b6eb Mon Sep 17 00:00:00 2001 From: Purujit Saha Date: Fri, 5 Jan 2024 19:16:08 +0000 Subject: [PATCH 1/2] Update snowjdbc version to 3.14.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fa478ee08..a1af617bf 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ net.snowflake.ingest.internal 1.7.36 1.1.10.4 - 3.13.30 + 3.14.4 0.13.0 From fcea4bf149354e7bf5df917af397b0e693534093 Mon Sep 17 00:00:00 2001 From: Purujit Saha Date: Fri, 5 Jan 2024 20:20:35 +0000 Subject: [PATCH 2/2] bouncycastle is multi-release now and therefore we need to exclude the versions from duplicate class detection --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index a1af617bf..d24bb3d5d 100644 --- a/pom.xml +++ b/pom.xml @@ -709,6 +709,10 @@ true true + + + META-INF/versions/* +