diff --git a/NOTICE b/NOTICE index c9614b38e0275afec22cd281145553c48fc33229..9abc551c8ba291682535717edc47756f169298be 100644 --- a/NOTICE +++ b/NOTICE @@ -462,7 +462,6 @@ EPL-1.0 ======================================================================== The following software have components provided under the terms of this license: -- Angus Activation Registries (from https://repo1.maven.org/maven2/org/eclipse/angus/angus-activation) - AspectJ Weaver (from http://www.aspectj.org, https://www.eclipse.org/aspectj/) - JUnit Jupiter (Aggregator) (from https://junit.org/junit5/) - JUnit Jupiter API (from http://junit.org/junit5/, https://junit.org/junit5/) @@ -548,6 +547,7 @@ GPL-3.0-only ======================================================================== The following software have components provided under the terms of this license: +- Angus Activation Registries (from https://repo1.maven.org/maven2/org/eclipse/angus/angus-activation) - Jakarta Annotations API (from https://projects.eclipse.org/projects/ee4j.ca) - Java Servlet 4.0 API @@ -732,5 +732,4 @@ unknown ======================================================================== The following software have components provided under the terms of this license: -- Angus Activation Registries (from https://repo1.maven.org/maven2/org/eclipse/angus/angus-activation) - JUnit Jupiter (Aggregator) (from https://junit.org/junit5/) diff --git a/provider/notification-azure/pom.xml b/provider/notification-azure/pom.xml index f6dbcdfd2f07ccbdc3b283a7edc5bd7dbbd70f0e..d79335b9792576b58b4764da4f2587fba35456d0 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 b11cbc755fcafb3a6520b91a263c16e4211fc894..fa615a7ffe91d2ee23592af10d62f8a4d1c2fc91 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>