From 363a2f0a7a67b64e9fb4a0725f0c8c67570a9cb7 Mon Sep 17 00:00:00 2001 From: AMIT KUMAR <amit.kumar@tarento.com> Date: Mon, 10 Oct 2022 16:01:30 +0530 Subject: [PATCH] Issue #LR-110 feat: updated cloud sdk version (#1112) --- core/platform-common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/platform-common/pom.xml b/core/platform-common/pom.xml index 833447d4e..90d7add27 100644 --- a/core/platform-common/pom.xml +++ b/core/platform-common/pom.xml @@ -114,7 +114,7 @@ <dependency> <groupId>org.sunbird</groupId> <artifactId>cloud-store-sdk</artifactId> - <version>1.4.2</version> + <version>1.4.3</version> <exclusions> <exclusion> <groupId>com.sun.jersey</groupId> -- GitLab