From 99b7a6b62c0bb2b8c933a599d75cb2184f76ca9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 14:00:15 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.13.3 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.10.1 to 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.10.1...r5.13.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.3 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 023b1f2..d22529f 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation platform("org.springframework.boot:spring-boot-dependencies:3.3.5") api "org.springframework.data:spring-data-jdbc" implementation "org.xerial:sqlite-jdbc:3.45.1.0" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.13.3" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2" testImplementation "org.assertj:assertj-core:3.25.3" testImplementation "org.mockito:mockito-core:5.11.0"