From 8997f9be3edf43829d5e61d9110676470e0fdc01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 07:25:37 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter from 5.14.2 to 5.14.3 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.14.2 to 5.14.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.2...r5.14.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.14.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d2d65be5a..6fc94581b 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ dependencies { testImplementation 'com.networknt:json-schema-validator:2.0.0' testImplementation 'jakarta.persistence:jakarta.persistence-api:3.1.0' testImplementation 'jakarta.validation:jakarta.validation-api:3.1.1' - testImplementation 'org.junit.jupiter:junit-jupiter:5.14.2' + testImplementation 'org.junit.jupiter:junit-jupiter:5.14.3' testImplementation 'org.junit.platform:junit-platform-launcher:1.14.2' testImplementation 'org.assertj:assertj-core:3.27.6' testImplementation 'org.xmlunit:xmlunit-core:2.11.0'