From 813485a86b81b63a9ef3db3b5b4fd111ab566b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:13:57 +0000 Subject: [PATCH] chore(deps): bump org.junit.jupiter:junit-jupiter-api Bumps [org.junit.jupiter:junit-jupiter-api](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-api 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 77f959d..0d02cc6 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ dependencies { testImplementation "org.slf4j:slf4j-log4j12:1.7.36" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.1" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.3" testImplementation "org.junit.jupiter:junit-jupiter:5.11.1" testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.1"