From 205f4b4f20bc90f8abbdba785bb7b0b0a9196133 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 20:17:58 +0000 Subject: [PATCH] chore(deps): Update junit5 monorepo to v5.10.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e044cabe..e713b263 100644 --- a/build.gradle +++ b/build.gradle @@ -55,8 +55,8 @@ subprojects { } annotationProcessor 'ca.stellardrift:contract-validator:1.0.1' checkstyle 'ca.stellardrift:stylecheck:0.2.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2' - testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0' } tasks.withType(Javadoc).configureEach {