From 1ca5249d8b4701b1282273d8a746137313423038 Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Fri, 8 Mar 2024 16:16:34 -0600 Subject: [PATCH] Use 1.8.32 common release --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 33c18814..efb06759 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ compileTestGroovy { } def libertyAntVersion = "1.9.14" -def libertyCommonVersion = "1.8.32-SNAPSHOT" +def libertyCommonVersion = "1.8.32" dependencies { implementation gradleApi()