From b93517b1f18ddd4ec2c5031d9c3aa0a1103bba6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 22:22:37 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.9.2 to 5.13.2 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.9.2 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.9.2...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 8bfd58d..ebac5ff 100644 --- a/build.gradle +++ b/build.gradle @@ -56,8 +56,8 @@ dependencies { // https://mvnrepository.com/artifact/org.openjdk.jmh/jmh-core testImplementation group: 'org.openjdk.jmh', name: 'jmh-core', version: '1.37' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2' } jar {