From 4a36302ba0fddd78d76e6ef9bf92bf4256f3acb4 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..34c8c74a 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" dependencies { implementation gradleApi()