From c4ab2593fd3ffd8fc6eb6df8ca7a8873f5c9d6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 20:51:20 +0000 Subject: [PATCH] chore(deps): bump junit-jupiter-api from 5.8.1 to 5.9.1 Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.1 to 5.9.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.9.1) --- 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 0b8f758..18f4f22 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ repositories { } dependencies { - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1' antlr "org.antlr:antlr4:4.10.1"