From 7c3eda54821d2f8c00f11b18ca93bf7de460378b Mon Sep 17 00:00:00 2001 From: Timothy Lobl <lobtimo@amazon.com> Date: Wed, 13 Nov 2024 19:30:34 +0000 Subject: [PATCH] upgrade os core lib aws to 3.0.2 --- NOTICE | 2 +- provider/unit-aws/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NOTICE b/NOTICE index 990b439b..d9704c77 100644 --- a/NOTICE +++ b/NOTICE @@ -43,7 +43,7 @@ The following software have components provided under the terms of this license: - Apache HttpCore (from http://hc.apache.org/httpcomponents-core-ga, http://hc.apache.org/httpcomponents-core-ga/, http://hc.apache.org/httpcomponents-core/) - Apache Log4j API (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api) - Apache Log4j Core (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core) -- Apache Log4j JUL Adapter (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-jul) +- Apache Log4j JUL Handler (from https://logging.apache.org/log4j/3.x/) - Apache Log4j SLF4J Binding (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-slf4j-impl) - Apache Log4j to SLF4J Adapter (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-to-slf4j) - AssertJ Core (from https://assertj.github.io/doc/#assertj-core) diff --git a/provider/unit-aws/pom.xml b/provider/unit-aws/pom.xml index 2d877f81..405a35d2 100644 --- a/provider/unit-aws/pom.xml +++ b/provider/unit-aws/pom.xml @@ -63,7 +63,7 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>3.0.1</version> + <version>3.0.2</version> </dependency> -- GitLab