From 32305bfa3fc7b0f14039a2ccf4f1fed98c8579dd Mon Sep 17 00:00:00 2001 From: hayesall Date: Sun, 12 Jun 2022 10:04:47 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20`org.junit`=20depen?= =?UTF-8?q?dencies=20to=20`5.8.2`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 3830f3e..47cd4ed 100644 --- a/build.gradle +++ b/build.gradle @@ -15,9 +15,9 @@ repositories { dependencies { implementation files('libs/auc-0.3.1.jar') - testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1' + testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2' } test {