From 83195612ce740460b466fd7950113c596ddb5c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 19:41:04 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.11.+ to 5.13.0 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.+ to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits/r5.13.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ef526c9..ef231ed 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ subprojects { // https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 testImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.+' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.+' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.+' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.+' // https://mvnrepository.com/artifact/org.projectlombok/lombok