From a661055aadb15bf590789ff7bacde8d85b7526f6 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 11 Jun 2024 18:58:30 -0400 Subject: [PATCH] Bump PA to use 1.4.0 PA commons lib (#664) * Bump PA 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 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 67f5d1fc..0b8aac4e 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,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" // 3.0.0-SNAPSHOT -> 3.0.0.0-SNAPSHOT version_tokens = opensearch_version.tokenize('-')