From b137d9060fbba755d6080ea23047e60300324aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:03:09 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.11.+ to 5.13.2 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.+ to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r5.13.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.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 ef526c9..f1589c9 100644 --- a/build.gradle +++ b/build.gradle @@ -70,8 +70,8 @@ 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.+' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.+' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.+' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.+' // https://mvnrepository.com/artifact/org.projectlombok/lombok testImplementation group: 'org.projectlombok', name: 'lombok', version: '1.18.+'