From f1f77ea7f567500fe04d514cf748f7a4894c9754 Mon Sep 17 00:00:00 2001 From: Atharva Sharma Date: Wed, 4 Sep 2024 15:34:10 +0530 Subject: [PATCH] bump up PA commons to 1.6 Signed-off-by: Atharva Sharma --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0f9f3957..4433815d 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.5.0" + paCommonsVersion = "1.6.0" // 3.0.0-SNAPSHOT -> 3.0.0.0-SNAPSHOT version_tokens = opensearch_version.tokenize('-')