From c10b38130e401ee988c8f5c72b9b46c9358aa4d5 Mon Sep 17 00:00:00 2001
From: Alok Joshi <AJoshi19@slb.com>
Date: Wed, 29 Nov 2023 10:00:54 -0600
Subject: [PATCH] use latest core-lib-azure

---
 provider/notification-azure/pom.xml     | 2 +-
 testing/notification-test-azure/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/provider/notification-azure/pom.xml b/provider/notification-azure/pom.xml
index f6dbcdfd2..d79335b97 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.24.0</osdu.corelibazure.version>
+    <osdu.corelibazure.version>0.25.0-rc1</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>
diff --git a/testing/notification-test-azure/pom.xml b/testing/notification-test-azure/pom.xml
index b11cbc755..fa615a7ff 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.24.0</version>
+            <version>0.25.0-rc1</version>
             <exclusions>
 
                 <exclusion>
-- 
GitLab