From 352f49322410477893424e70b08f274a6c460a7c Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 11 Jun 2024 18:58:39 -0400 Subject: [PATCH] Bump PA-RCA to use 1.4.0 PA commons lib (#557) * Bump PA-RCA to use 1.4.0 PA commons lib Signed-off-by: Peter Zhu * new commit Signed-off-by: Peter Zhu --------- Signed-off-by: Peter Zhu (cherry picked from commit 1a5325aeb34ceb8297c91c5c4d934c660e91ee55) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e105d77e..4fdb3e01 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { // The PA Commons (https://github.com/opensearch-project/performance-analyzer-commons) // is a library dependency with hardcoded versioning in PA and RCA repos. - paCommonsVersion = "1.3.0" + paCommonsVersion = "1.4.0" // 2.x.0-SNAPSHOT -> 2.x.0.0-SNAPSHOT version_tokens = opensearch_version.tokenize('-')