From 2b0fca4c7e1a412be18e4397fa983be0c56a62bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:06:40 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8d02b90..4fd0399 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ subprojects { testImplementation 'org.mockito:mockito-core:5.14.1' testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1' - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' testRuntimeOnly('org.junit.platform:junit-platform-launcher') { because 'This artifact will not be added automatically since gradle 9.0. You can read more information here:' +