From 41ebac7fe8b7df64034ebcbfd509572b27f66c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 14:56:45 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-runner from 1.9.0 to 1.9.3 Bumps [org.junit.platform:junit-platform-runner](https://github.com/junit-team/junit5) from 1.9.0 to 1.9.3. - [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..321295a 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.3") } pmd{ consoleOutput = true