From f51a350efaff1da76be0fab385bd168fde4631e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 14:03:19 +0000 Subject: [PATCH] Bump junit-platform-runner from 1.9.0 to 1.9.1 Bumps [junit-platform-runner](https://github.com/junit-team/junit5) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-runner 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 4c105ca..2ac1c02 100644 --- a/build.gradle +++ b/build.gradle @@ -86,7 +86,7 @@ dependencies { testCompile 'org.mockito:mockito-core:4.4.0' testCompile("org.junit.jupiter:junit-jupiter-engine:5.9.0") - testCompile("org.junit.platform:junit-platform-runner:1.9.0") + testCompile("org.junit.platform:junit-platform-runner:1.9.1") } pmd{ consoleOutput = true