From cf99bfcfa4db76b674a69d66414006521ed17019 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 07:14:55 +0000 Subject: [PATCH] Update dependency org.junit:junit-bom to v5.14.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 91928538..66fb0160 100644 --- a/build.gradle +++ b/build.gradle @@ -285,7 +285,7 @@ dependencies { implementation group: 'commons-net', name: 'commons-net', version: '3.12.0' implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.19.0' - testImplementation(platform(group: 'org.junit', name: 'junit-bom', version: '5.13.4')) + testImplementation(platform(group: 'org.junit', name: 'junit-bom', version: '5.14.0')) testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine' testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'