From 41e458ea1737b34d4793390b822a1d882a66f3d8 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:54:51 -0400 Subject: [PATCH] Bump PA commons to 1.5.0 (#698) (#700) Signed-off-by: Gagan Juneja Co-authored-by: Gagan Juneja (cherry picked from commit f45b165ca079f68d81d4027025e15f0c4cbaafb9) Co-authored-by: Gagan Juneja --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 75a34d35..d2d95579 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.4.0" + paCommonsVersion = "1.5.0" // 3.0.0-SNAPSHOT -> 3.0.0.0-SNAPSHOT version_tokens = opensearch_version.tokenize('-')