From bf0e1dd754d25d1190618321dea208f0403f3796 Mon Sep 17 00:00:00 2001 From: David Diederich <d.diederich@opengroup.org> Date: Fri, 9 Dec 2022 16:40:26 -0500 Subject: [PATCH] Upgrade First Party Library Dependencies for Release 0.18 (cherry picked from commit f4d6ffc03295b45e1e7f619147e43a682d222bf3) --- notification-core/pom.xml | 2 +- provider/notification-azure/pom.xml | 4 ++-- provider/notification-gcp/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/notification-core/pom.xml b/notification-core/pom.xml index a5cd1b8c4..ac6732e14 100644 --- a/notification-core/pom.xml +++ b/notification-core/pom.xml @@ -40,7 +40,7 @@ <undertow.version>2.2.19.Final</undertow.version> <woodstox-core.version>5.3.0</woodstox-core.version> <log4j.version>2.17.1</log4j.version> - <os-core-common.version>0.18.0-rc3</os-core-common.version> + <os-core-common.version>0.18.0</os-core-common.version> <google-oauth-client.version>1.33.3</google-oauth-client.version> <google-api-client.version>1.33.2</google-api-client.version> </properties> diff --git a/provider/notification-azure/pom.xml b/provider/notification-azure/pom.xml index 4867b3893..ed0f6dba3 100644 --- a/provider/notification-azure/pom.xml +++ b/provider/notification-azure/pom.xml @@ -39,7 +39,7 @@ <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.18.0-rc3</osdu.corelibazure.version> + <osdu.corelibazure.version>0.18.0</osdu.corelibazure.version> <osdu.oscorecommon.version>0.14.0</osdu.oscorecommon.version> <junit.version>5.6.0</junit.version> <jjwt.version>3.8.1</jjwt.version> @@ -50,7 +50,7 @@ <oauth2-oidc-sdk.version>6.0</oauth2-oidc-sdk.version> <woodstox-core.version>5.3.0</woodstox-core.version> <spring-webmvc.version>5.3.22</spring-webmvc.version> - <os-core-common.version>0.18.0-rc3</os-core-common.version> + <os-core-common.version>0.18.0</os-core-common.version> <undertow.version>2.2.19.Final</undertow.version> <spring-boot-maven-plugin.version>2.7.6</spring-boot-maven-plugin.version> </properties> diff --git a/provider/notification-gcp/pom.xml b/provider/notification-gcp/pom.xml index 62c8820ec..b67b7c8be 100644 --- a/provider/notification-gcp/pom.xml +++ b/provider/notification-gcp/pom.xml @@ -47,7 +47,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-gcp</artifactId> - <version>0.17.0</version> + <version>0.18.0</version> </dependency> <dependency> -- GitLab