From 38e47cf2f9dc1939a6e3da6245ea80c25cb5f385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 07:51:50 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-runner from 1.10.2 to 1.11.3 Bumps [org.junit.platform:junit-platform-runner](https://github.com/junit-team/junit5) from 1.10.2 to 1.11.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-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- grails-test/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d4c18d32d44..a62ef0f370b 100644 --- a/build.gradle +++ b/build.gradle @@ -486,7 +486,7 @@ subprojects { project -> testImplementation "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}" testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2" - testImplementation "org.junit.platform:junit-platform-runner:1.10.2" + testImplementation "org.junit.platform:junit-platform-runner:1.11.3" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2" if (project.name != "grails-docs") { diff --git a/grails-test/build.gradle b/grails-test/build.gradle index 25133da9a20..1441f1a3b81 100644 --- a/grails-test/build.gradle +++ b/grails-test/build.gradle @@ -7,7 +7,7 @@ dependencies { api "org.codehaus.groovy:groovy-test-junit5:$groovyVersion" api("org.codehaus.groovy:groovy-test:$groovyVersion") api("org.spockframework:spock-core:$spockVersion") { transitive = false } - api "org.junit.platform:junit-platform-runner:1.10.2" + api "org.junit.platform:junit-platform-runner:1.11.3" api project(":grails-plugin-mimetypes")