From 9bb5e360634f5a81fa53e6c0c79e1241ae9956e9 Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Mon, 14 Oct 2024 12:33:24 -0500 Subject: [PATCH] Pick up latest ci.common for NPE fix --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9a3238a8..d256dcb5 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ compileTestGroovy { } def libertyAntVersion = "1.9.16" -def libertyCommonVersion = "1.8.34" +def libertyCommonVersion = "1.8.35-SNAPSHOT" dependencies { implementation gradleApi()