From 20c994c424bd8f0aafe0518977fe3b276127c863 Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Thu, 8 Jun 2023 17:10:12 -0500 Subject: [PATCH] Use ci.common 1.8.26-SNAPSHOT (#833) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 37ef18e1..7b19f50f 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ compileTestGroovy { } def libertyAntVersion = "1.9.12" -def libertyCommonVersion = "1.8.25" +def libertyCommonVersion = "1.8.26-SNAPSHOT" dependencies { implementation gradleApi()