From 538edae0e6aa515388c46c9783710b73c65b6755 Mon Sep 17 00:00:00 2001 From: Long Cheng <lchas@amazon.com> Date: Mon, 21 Aug 2023 00:22:34 -0400 Subject: [PATCH] update os-core-common version --- pom.xml | 2 +- testing/notification-test-aws/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 422105a73..34440a562 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <java.version>8</java.version> <maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.source>${java.version}</maven.compiler.source> - <os-core-common.version>0.19.0-rc6</os-core-common.version> + <os-core-common.version>0.22.0-rc4</os-core-common.version> <log4j2.version>2.17.1</log4j2.version> <json-smart.version>2.4.7</json-smart.version> <openapi.version>1.6.14</openapi.version> diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml index 791587adb..3bc750fa2 100644 --- a/testing/notification-test-aws/pom.xml +++ b/testing/notification-test-aws/pom.xml @@ -59,7 +59,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.21.0</version> + <version>0.22.0-rc4</version> </dependency> <dependency> -- GitLab