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