From 4ea0e6f23c1dfdb30ef536c910fde3a94741f45d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 13:57:14 +0000 Subject: [PATCH] chore(deps): bump org.junit.jupiter:junit-jupiter-engine Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.13.3 to 5.14.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.14.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.14.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b6de740..d23f03a 100644 --- a/build.gradle +++ b/build.gradle @@ -215,8 +215,8 @@ subprojects { implementation project(':core') } - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2' } }