From 1eaa69494c571dd9cbccc3e1537de1a6b6cf2129 Mon Sep 17 00:00:00 2001 From: Rucha Deshpande <deshruch@amazon.com> Date: Mon, 12 Feb 2024 23:00:03 +0000 Subject: [PATCH] Update lib --- NOTICE | 2 +- provider/notification-aws/pom.xml | 2 +- testing/notification-test-aws/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NOTICE b/NOTICE index 0c30308c5..b7c85d5e4 100644 --- a/NOTICE +++ b/NOTICE @@ -81,7 +81,7 @@ The following software have components provided under the terms of this license: - Byte Buddy (without dependencies) (from https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy) - Byte Buddy Java agent (from https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent) - ClassMate (from http://github.com/cowtowncoder/java-classmate) -- Cloud Key Management Service (KMS) API v1-rev20231212-2.0.0 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudkms) +- Cloud Key Management Service (KMS) API v1-rev20240131-2.0.0 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudkms) - Collections (from https://repo1.maven.org/maven2/commons-collections/commons-collections) - Commons Digester (from http://commons.apache.org/digester/) - Converter: Jackson (from https://github.com/square/retrofit, https://repo1.maven.org/maven2/com/squareup/retrofit2/converter-jackson) diff --git a/provider/notification-aws/pom.xml b/provider/notification-aws/pom.xml index c0c63c45d..934096055 100644 --- a/provider/notification-aws/pom.xml +++ b/provider/notification-aws/pom.xml @@ -74,7 +74,7 @@ <artifactId>spring-beans</artifactId> </exclusion> </exclusions> - <version>0.25.0-rc3</version> + <version>0.26.0-rc2</version> </dependency> <dependency> <groupId>commons-io</groupId> diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml index b812f41c5..b7781e685 100644 --- a/testing/notification-test-aws/pom.xml +++ b/testing/notification-test-aws/pom.xml @@ -44,7 +44,7 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>0.25.0-rc3</version> + <version>0.26.0-rc2</version> </dependency> <dependency> <groupId>org.opengroup.osdu.notification</groupId> -- GitLab