From 41c16edebdf956a07a6d72d520d0de01cf479b12 Mon Sep 17 00:00:00 2001 From: David Diederich Date: Mon, 20 Dec 2021 11:28:03 -1000 Subject: [PATCH] Upgrading library versions to incorporate the latest Log4j fix These updates apply version 2.17, addressing CVE-2021-45105 --- pom.xml | 2 +- provider/partition-aws/pom.xml | 2 +- provider/partition-azure/pom.xml | 2 +- provider/partition-ibm/pom.xml | 2 +- testing/partition-test-aws/pom.xml | 2 +- testing/partition-test-ibm/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 097d660c..0dfc1bbd 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 1.8 1.8 UTF-8 - 0.13.0-rc3 + 0.13.0-rc4 2.4.5 diff --git a/provider/partition-aws/pom.xml b/provider/partition-aws/pom.xml index af0cf366..1f8f6156 100644 --- a/provider/partition-aws/pom.xml +++ b/provider/partition-aws/pom.xml @@ -57,7 +57,7 @@ org.opengroup.osdu.core.aws os-core-lib-aws - 0.12.2 + 0.12.3 org.opengroup.osdu diff --git a/provider/partition-azure/pom.xml b/provider/partition-azure/pom.xml index 888f8eb4..4aac58cc 100644 --- a/provider/partition-azure/pom.xml +++ b/provider/partition-azure/pom.xml @@ -14,7 +14,7 @@ jar - 0.13.0-rc5 + 0.13.0-rc6 4.12 2.25.0 2.0.2 diff --git a/provider/partition-ibm/pom.xml b/provider/partition-ibm/pom.xml index 5c2f3035..9aba01c3 100644 --- a/provider/partition-ibm/pom.xml +++ b/provider/partition-ibm/pom.xml @@ -27,7 +27,7 @@ org.opengroup.osdu os-core-lib-ibm - 0.13.0-rc4 + 0.13.0-rc5 org.opengroup.osdu diff --git a/testing/partition-test-aws/pom.xml b/testing/partition-test-aws/pom.xml index 5bea8bf6..c7a1489c 100644 --- a/testing/partition-test-aws/pom.xml +++ b/testing/partition-test-aws/pom.xml @@ -71,7 +71,7 @@ org.opengroup.osdu.core.aws os-core-lib-aws - 0.12.2 + 0.12.3 diff --git a/testing/partition-test-ibm/pom.xml b/testing/partition-test-ibm/pom.xml index e11805ec..4d6afec8 100644 --- a/testing/partition-test-ibm/pom.xml +++ b/testing/partition-test-ibm/pom.xml @@ -20,7 +20,7 @@ 1.8 1.8 UTF-8 - 0.12.1 + 0.12.2 -- GitLab