From da339acbd61f6e1856f43b51e98ce5f64cb6583b Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Thu, 5 Oct 2023 13:43:16 -0500 Subject: [PATCH] Use 1.8.29 ci.common --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f8f84893..422feec5 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ compileTestGroovy { } def libertyAntVersion = "1.9.13" -def libertyCommonVersion = "1.8.29-SNAPSHOT" +def libertyCommonVersion = "1.8.29" dependencies { implementation gradleApi()