From 36dc83e19768b31da48e3eb3e0b51bd70f5b903c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 14:03:00 +0000 Subject: [PATCH] Bump junit-platform-runner from 1.9.0 to 1.9.2 Bumps [junit-platform-runner](https://github.com/junit-team/junit5) from 1.9.0 to 1.9.2. - [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..af0c1a5 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.2") } pmd{ consoleOutput = true