From fb7184d3b9cd70dfbc026d3a6d51308b9e14aa43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:07:54 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-runner from 1.10.1 to 1.10.2 Bumps [org.junit.platform:junit-platform-runner](https://github.com/junit-team/junit5) from 1.10.1 to 1.10.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 87607b1..3a5026f 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { testImplementation 'org.openjdk.jmh:jmh-core:1.37' testRuntimeOnly 'org.mockito:mockito-core:5.10.0' - testRuntimeOnly 'org.junit.platform:junit-platform-runner:1.10.1' + testRuntimeOnly 'org.junit.platform:junit-platform-runner:1.10.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2' }