From 9d30033162e6a005957d8b4855823c337445c16d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 18:13:32 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.12.0 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api 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 f810bc18..2402fa88 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { testRuntimeOnly (group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.11.4') testRuntimeOnly (group: 'org.junit.jupiter', name:'junit-jupiter-engine', version: '5.11.4') - testImplementation (group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.4') + testImplementation (group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.0') testImplementation (group: 'com.google.code.gson', name: 'gson', version: '2.12.1') testImplementation (group: 'junit', name: 'junit', version: '4.13.2') }