From dd073b28588649aa8a2f15d909685d7247886520 Mon Sep 17 00:00:00 2001 From: Atharva Sharma <60044988+atharvasharma61@users.noreply.github.com> Date: Fri, 6 Sep 2024 00:41:01 +0530 Subject: [PATCH] bump up PA commons to 1.6 (#712) (#716) (#720) (cherry picked from commit 5a2ac55dd4a67b3635f407bf0614684988bf5aca) Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 68dd981e..f66715c6 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('-')