From c5df18e4f908d942d761c293493d29e80d07690d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:17:53 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-commons from 1.8.2 to 1.11.2 Bumps [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit5) from 1.8.2 to 1.11.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-commons 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 696e705c..97c112f5 100644 --- a/build.gradle +++ b/build.gradle @@ -100,7 +100,7 @@ dependencies { testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: junit5Version testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: junit5Version testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: junit5Version - testImplementation group: 'org.junit.platform', name: 'junit-platform-commons', version: '1.8.2' + testImplementation group: 'org.junit.platform', name: 'junit-platform-commons', version: '1.11.2' testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.8.2' testImplementation group: 'org.junit.platform', name: 'junit-platform-engine', version: '1.8.2'