diff --git a/NOTICE b/NOTICE index 57018ae7f8ae84f34365401f119bfcdb8a0ad42e..f4ee8f4e2d1c3b12cee8bd74bcc41cd09a188180 100644 --- a/NOTICE +++ b/NOTICE @@ -88,6 +88,7 @@ The following software have components provided under the terms of this license: - ClassMate (from http://github.com/cowtowncoder/java-classmate) - Cloud Key Management Service (KMS) API v1-rev20220407-1.32.1 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudkms) - Cloud Storage JSON API v1-rev20220604-1.32.1 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage) +- Cloud Storage JSON API v1-rev20220608-1.32.1 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage) - Converter: Jackson (from https://github.com/square/retrofit, https://repo1.maven.org/maven2/com/squareup/retrofit2/converter-jackson) - Core functionality for the Reactor Netty library (from https://github.com/reactor/reactor-netty) - Expression Language 3.0 (from http://el-spec.java.net, http://uel.java.net, https://projects.eclipse.org/projects/ee4j.el) @@ -107,6 +108,7 @@ The following software have components provided under the terms of this license: - Google OAuth Client Library for Java (from https://repo1.maven.org/maven2/com/google/oauth-client/google-oauth-client) - Gson (from http://code.google.com/p/google-gson/, https://repo1.maven.org/maven2/com/google/code/gson/gson) - Guava InternalFutureFailureAccess and InternalFutures (from https://repo1.maven.org/maven2/com/google/guava/failureaccess) +- Guava ListenableFuture only (from https://repo1.maven.org/maven2/com/google/guava/listenablefuture) - Guava: Google Core Libraries for Java (from http://code.google.com/p/guava-libraries, https://github.com/google/guava, https://repo1.maven.org/maven2/com/google/guava/guava) - HTTP functionality for the Reactor Netty library (from https://github.com/reactor/reactor-netty) - HdrHistogram (from http://hdrhistogram.github.io/HdrHistogram/) diff --git a/provider/notification-ibm/pom.xml b/provider/notification-ibm/pom.xml index 94afb3ce49cad1925f722380f16fef96949dde09..cfba28f117ca02f3e6109f471edfd2b6e75ab38b 100644 --- a/provider/notification-ibm/pom.xml +++ b/provider/notification-ibm/pom.xml @@ -46,7 +46,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-lib-ibm</artifactId> - <version>0.15.0-rc2</version> + <version>0.15.2</version> <exclusions> <exclusion> <groupId>org.apache.lucene</groupId> diff --git a/testing/notification-test-ibm/pom.xml b/testing/notification-test-ibm/pom.xml index 3a0877cc506e0643e6777eace82903d93da2eb40..89772c311648b9242b992d8c97d0a28f1d641f15 100644 --- a/testing/notification-test-ibm/pom.xml +++ b/testing/notification-test-ibm/pom.xml @@ -33,7 +33,7 @@ <java.version>8</java.version> <maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.source>${java.version}</maven.compiler.source> - <os-core-lib-ibm.version>0.14.0</os-core-lib-ibm.version> + <os-core-lib-ibm.version>0.15.2</os-core-lib-ibm.version> </properties> <dependencies>