From 549f8435ea7c9fa40a4873c0f8dad62418b25a9c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Nov 2021 09:54:47 +0000 Subject: [PATCH] Update junit5 monorepo --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 261af4d7f1e..6ceef9f809f 100644 --- a/build.gradle +++ b/build.gradle @@ -111,18 +111,18 @@ subprojects { api "org.codehaus.groovy:groovy:$groovyVersion" testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.1" - testImplementation "org.junit.platform:junit-platform-runner:1.8.1" - testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.1" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.2" + testImplementation "org.junit.platform:junit-platform-runner:1.8.2" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2" testImplementation(spockDependency) { transitive = false } } if (project.name == "grails-datastore-gorm-tck") { api "org.codehaus.groovy:groovy-test-junit5:$groovyVersion" - api "org.junit.jupiter:junit-jupiter-api:5.8.1" - api "org.junit.platform:junit-platform-runner:1.8.1" - runtimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.1" + api "org.junit.jupiter:junit-jupiter-api:5.8.2" + api "org.junit.platform:junit-platform-runner:1.8.2" + runtimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2" implementation(spockDependency) { transitive = false } } }