From 7883a8b8eac5fcd41c62fe9e1ea2439c8904735f Mon Sep 17 00:00:00 2001 From: wanzhiji <wanzhiji@amazon.com> Date: Tue, 22 Dec 2020 16:29:39 +0000 Subject: [PATCH] Squashed commit of the following commit 30d44fe4 Author: zhijie wang <wanzhiji@amazon.com> Date: Mon Dec 21 2020 15:03:10 GMT-0800 (Pacific Standard Time) fix pom version --- testing/notification-test-aws/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml index 21d2177e3..ef2233577 100644 --- a/testing/notification-test-aws/pom.xml +++ b/testing/notification-test-aws/pom.xml @@ -42,7 +42,7 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>0.3.13</version> + <version>0.3.16</version> </dependency> <dependency> <groupId>com.amazonaws</groupId> -- GitLab