From 91237edb328989ebf17cd57ca9e3e1c9270219bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:25:59 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.3) --- 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 af76175..8d02b90 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.1' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' 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:' +