From a01cee3821f25e7a91cc87b0d46be93b178525b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 14:02:08 +0000 Subject: [PATCH] Update junit-framework monorepo to v5.14.4 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 83ca068..54d981c 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.14.4' // 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.14.4' // For turning InputStream to String testImplementation group: 'commons-io', name: 'commons-io', version: '2.11.0'