From de754ad9264aeb8f75c6d1b733e3e3cae6901aa1 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Tue, 5 Mar 2024 04:16:22 -0800 Subject: [PATCH] update Groovy to v3.0.21 --- common.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gradle b/common.gradle index 7dcfb4f940..a8aaa69230 100644 --- a/common.gradle +++ b/common.gradle @@ -43,7 +43,7 @@ dependencies { // Adding dependencies here will add the dependencies to each subproject. testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:3.12.4' - testImplementation 'org.codehaus.groovy:groovy-test:3.0.19' + testImplementation 'org.codehaus.groovy:groovy-test:3.0.21' } // Uncomment if you want to see the status of every test that is run and