From 3048c760b0ad881d8f3ab31f705c87334d29bf36 Mon Sep 17 00:00:00 2001 From: Omico Date: Sat, 10 Aug 2024 14:54:52 -0700 Subject: [PATCH] Update JUnit to 5.10.3 --- build-logic/gradm/gradm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-logic/gradm/gradm.yml b/build-logic/gradm/gradm.yml index 115764e..c146b36 100644 --- a/build-logic/gradm/gradm.yml +++ b/build-logic/gradm/gradm.yml @@ -1,7 +1,7 @@ versions: consensus: "0.13.0" elucidator: "0.14.0" - junit: "5.10.2" + junit: "5.10.3" kotlinpoet: "1.17.0" kotlinx: coroutines: "1.8.1"