From f214866238fa3252bdc29b65bce380f3ae5ecf58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 21:44:00 +0000 Subject: [PATCH] fix(deps): update dependency org.junit.jupiter:junit-jupiter to v6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0949afa..1a0e5c1 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-core:2.21.1' implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1' - testImplementation 'org.junit.jupiter:junit-jupiter:5.14.3' + testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3' testImplementation 'org.springframework.boot:spring-boot-starter-logging:3.5.12' testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70' testImplementation 'org.kamranzafar:jtar:2.3'