From 1f71e19ea8e27197c92cfa5596869a8f27ae2a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:33:25 +0000 Subject: [PATCH] chore(deps): bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.0 to 5.11.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1) --- 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index de0eaaf..b29cc2e 100644 --- a/build.gradle +++ b/build.gradle @@ -89,9 +89,9 @@ dependencies { testImplementation "org.slf4j:slf4j-log4j12:1.7.36" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.0" - testImplementation "org.junit.jupiter:junit-jupiter:5.11.0" - testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.0" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.1" + testImplementation "org.junit.jupiter:junit-jupiter:5.11.1" + testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.1" testImplementation "org.mockito:mockito-core:$mockitoVersion" testImplementation "org.mockito:mockito-junit-jupiter:$mockitoVersion"