From 8c9e613089baa24fec8daa84a53641bfd9294f45 Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Thu, 11 Jan 2024 15:33:24 +0100 Subject: [PATCH] chore(deps): update some java deps --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d23d6e25..ebbe67e7 100644 --- a/build.gradle +++ b/build.gradle @@ -99,7 +99,7 @@ subprojects { testImplementation "org.junit.jupiter:junit-jupiter-engine" testImplementation "org.hamcrest:hamcrest:2.2" testImplementation "org.hamcrest:hamcrest-library:2.2" - testImplementation "org.junit-pioneer:junit-pioneer:2.1.0" + testImplementation "org.junit-pioneer:junit-pioneer:2.2.0" testImplementation "org.junit.jupiter:junit-jupiter-params" } }