From a87fbbd8afe3b4116bcbcfc33b38c338882aa5e4 Mon Sep 17 00:00:00 2001 From: Solomon Ayalew <solxget@amazon.com> Date: Thu, 5 Oct 2023 09:27:31 -0700 Subject: [PATCH] Update os-core-common version --- testing/notification-test-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml index 594ab5aa3..cd471e742 100644 --- a/testing/notification-test-core/pom.xml +++ b/testing/notification-test-core/pom.xml @@ -61,7 +61,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.3.4</version> + <version>0.23.0-rc1</version> <exclusions> <exclusion> <groupId>org.springframework.boot</groupId> -- GitLab