From 296bc772599570a6366721473982c3bbadcdd7d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 22:42:02 +0000 Subject: [PATCH] Update junit5 monorepo to v5.9.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 23dbe59..6497672 100644 --- a/build.gradle +++ b/build.gradle @@ -42,10 +42,10 @@ dependencies { testImplementation group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.13' // For testing, obviously - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.1' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.1' // For running JUnit tests - testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.1' + testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.9.1' // For turning InputStream to String testImplementation group: 'commons-io', name: 'commons-io', version: '2.11.0'