From ad623cf22f33b62ff5a47d08d627bfce70e340fe Mon Sep 17 00:00:00 2001 From: Chad Leong <cleong4@slb.com> Date: Thu, 19 Oct 2023 07:47:17 +0000 Subject: [PATCH] Full Upgrade of First Party Library Dependencies --- pom.xml | 2 +- provider/notification-azure/pom.xml | 4 ++-- provider/notification-gc/pom.xml | 4 ++-- provider/notification-ibm/pom.xml | 2 +- testing/notification-test-aws/pom.xml | 2 +- testing/notification-test-azure/pom.xml | 2 +- testing/notification-test-baremetal/pom.xml | 2 +- testing/notification-test-core/pom.xml | 2 +- testing/notification-test-gc/pom.xml | 2 +- testing/notification-test-ibm/pom.xml | 4 ++-- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index f9b909cbb..12904f40e 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <java.version>17</java.version> <maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.source>${java.version}</maven.compiler.source> - <os-core-common.version>0.23.3</os-core-common.version> + <os-core-common.version>0.24.0</os-core-common.version> <log4j2.version>2.17.1</log4j2.version> <json-smart.version>2.4.7</json-smart.version> <openapi.version>1.6.14</openapi.version> diff --git a/provider/notification-azure/pom.xml b/provider/notification-azure/pom.xml index 9ca94108c..f6dbcdfd2 100644 --- a/provider/notification-azure/pom.xml +++ b/provider/notification-azure/pom.xml @@ -39,8 +39,8 @@ <springframework.version>4.3.0.RELEASE</springframework.version> <reactor.netty.version>0.11.0.RELEASE</reactor.netty.version> <reactor.core.version>3.3.0.RELEASE</reactor.core.version> - <osdu.corelibazure.version>0.23.2</osdu.corelibazure.version> - <osdu.oscorecommon.version>0.23.3</osdu.oscorecommon.version> + <osdu.corelibazure.version>0.24.0</osdu.corelibazure.version> + <osdu.oscorecommon.version>0.24.0</osdu.oscorecommon.version> <junit.version>5.6.0</junit.version> <jjwt.version>3.8.1</jjwt.version> <mockito.version>2.23.0</mockito.version> diff --git a/provider/notification-gc/pom.xml b/provider/notification-gc/pom.xml index feff3f69f..4acf49e43 100644 --- a/provider/notification-gc/pom.xml +++ b/provider/notification-gc/pom.xml @@ -52,7 +52,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-gc</artifactId> - <version>0.23.1</version> + <version>0.24.0</version> </dependency> <dependency> @@ -105,7 +105,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>oqm</artifactId> - <version>0.23.0</version> + <version>0.24.0</version> </dependency> </dependencies> diff --git a/provider/notification-ibm/pom.xml b/provider/notification-ibm/pom.xml index 24d91cf9f..c1a5e5e70 100644 --- a/provider/notification-ibm/pom.xml +++ b/provider/notification-ibm/pom.xml @@ -61,7 +61,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-lib-ibm</artifactId> - <version>0.23.0</version> + <version>0.24.0</version> <exclusions> <exclusion> <groupId>org.apache.lucene</groupId> diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml index 50780502d..15f79aaac 100644 --- a/testing/notification-test-aws/pom.xml +++ b/testing/notification-test-aws/pom.xml @@ -59,7 +59,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.23.3</version> + <version>0.24.0</version> </dependency> <dependency> diff --git a/testing/notification-test-azure/pom.xml b/testing/notification-test-azure/pom.xml index 4f233bfeb..b11cbc755 100644 --- a/testing/notification-test-azure/pom.xml +++ b/testing/notification-test-azure/pom.xml @@ -48,7 +48,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-azure</artifactId> - <version>0.23.2</version> + <version>0.24.0</version> <exclusions> <exclusion> diff --git a/testing/notification-test-baremetal/pom.xml b/testing/notification-test-baremetal/pom.xml index 52ca15ebf..28f10a9a0 100644 --- a/testing/notification-test-baremetal/pom.xml +++ b/testing/notification-test-baremetal/pom.xml @@ -46,7 +46,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.23.3</version> + <version>0.24.0</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml index d113d44c2..33cac08f2 100644 --- a/testing/notification-test-core/pom.xml +++ b/testing/notification-test-core/pom.xml @@ -61,7 +61,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.23.3</version> + <version>0.24.0</version> <exclusions> <exclusion> <groupId>org.springframework.boot</groupId> diff --git a/testing/notification-test-gc/pom.xml b/testing/notification-test-gc/pom.xml index cbeb13630..70fa1deb4 100644 --- a/testing/notification-test-gc/pom.xml +++ b/testing/notification-test-gc/pom.xml @@ -46,7 +46,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.23.3</version> + <version>0.24.0</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> diff --git a/testing/notification-test-ibm/pom.xml b/testing/notification-test-ibm/pom.xml index 208581c57..6dbedef05 100644 --- a/testing/notification-test-ibm/pom.xml +++ b/testing/notification-test-ibm/pom.xml @@ -33,7 +33,7 @@ <java.version>17</java.version> <maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.source>${java.version}</maven.compiler.source> - <os-core-lib-ibm.version>0.23.0</os-core-lib-ibm.version> + <os-core-lib-ibm.version>0.24.0</os-core-lib-ibm.version> </properties> <dependencies> @@ -50,7 +50,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.23.3</version> + <version>0.24.0</version> </dependency> -- GitLab