From e0238fc9774752517dbda4262e37c51c72f99258 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 20:01:48 +0000 Subject: [PATCH] chore(deps): Update patch-release dependency changes to v5.10.3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index da363f1..92c1179 100644 --- a/build.gradle +++ b/build.gradle @@ -56,8 +56,8 @@ subprojects { } annotationProcessor 'ca.stellardrift:contract-validator:1.0.1' checkstyle 'ca.stellardrift:stylecheck:0.2.1' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' - testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.3' } tasks.withType(Javadoc).configureEach {