File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,17 +111,17 @@ subprojects {
111111
112112 api " org.codehaus.groovy:groovy:$groovyVersion "
113113 testImplementation " org.codehaus.groovy:groovy-test-junit5:$groovyVersion "
114- testImplementation " org.junit.jupiter:junit-jupiter-api:5.7.2 "
115- testImplementation " org.junit.platform:junit-platform-runner:1.7.2 "
114+ testImplementation " org.junit.jupiter:junit-jupiter-api:5.8.0 "
115+ testImplementation " org.junit.platform:junit-platform-runner:1.8.0 "
116116 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.7.2"
117117
118118 testImplementation(spockDependency) { transitive = false }
119119 }
120120
121121 if (project. name == " grails-datastore-gorm-tck" ) {
122122 api " org.codehaus.groovy:groovy-test-junit5:$groovyVersion "
123- api " org.junit.jupiter:junit-jupiter-api:5.7.2 "
124- api " org.junit.platform:junit-platform-runner:1.7.2 "
123+ api " org.junit.jupiter:junit-jupiter-api:5.8.0 "
124+ api " org.junit.platform:junit-platform-runner:1.8.0 "
125125 runtimeOnly " org.junit.jupiter:junit-jupiter-engine:5.7.2"
126126 implementation(spockDependency) { transitive = false }
127127 }
You can’t perform that action at this time.
0 commit comments