From 2fc08caf6d065f464eb1a06fd1affe07feb3257f Mon Sep 17 00:00:00 2001 From: Khushboo Rajput <59671881+khushbr@users.noreply.github.com> Date: Thu, 7 Sep 2023 18:49:02 -0700 Subject: [PATCH] update performance-analyzer-commons version (#537) update performance-analyzer-commons version Signed-off-by: Khushboo Rajput <59671881+khushbr@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 22f1d5db..a7931cab 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.0.0" + paCommonsVersion = "1.1.0" // 3.0.0-SNAPSHOT -> 3.0.0.0-SNAPSHOT version_tokens = opensearch_version.tokenize('-')