From 91a1eb9d5a8d47abda06318a89f8a1a45c060adc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 16:46:41 +0000 Subject: [PATCH] Update junit5 monorepo to v5.12.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d369461..7cc1ac1 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.12.2' // 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.12.2' // For turning InputStream to String testImplementation group: 'commons-io', name: 'commons-io', version: '2.11.0'