File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -111,18 +111,18 @@ subprojects {
111
111
112
112
api " org.codehaus.groovy:groovy:$groovyVersion "
113
113
testImplementation " org.codehaus.groovy:groovy-test-junit5:$groovyVersion "
114
- testImplementation " org.junit.jupiter:junit-jupiter-api:5.8.1 "
115
- testImplementation " org.junit.platform:junit-platform-runner:1.8.1 "
116
- testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.8.1 "
114
+ testImplementation " org.junit.jupiter:junit-jupiter-api:5.8.2 "
115
+ testImplementation " org.junit.platform:junit-platform-runner:1.8.2 "
116
+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.8.2 "
117
117
118
118
testImplementation(spockDependency) { transitive = false }
119
119
}
120
120
121
121
if (project. name == " grails-datastore-gorm-tck" ) {
122
122
api " org.codehaus.groovy:groovy-test-junit5:$groovyVersion "
123
- api " org.junit.jupiter:junit-jupiter-api:5.8.1 "
124
- api " org.junit.platform:junit-platform-runner:1.8.1 "
125
- runtimeOnly " org.junit.jupiter:junit-jupiter-engine:5.8.1 "
123
+ api " org.junit.jupiter:junit-jupiter-api:5.8.2 "
124
+ api " org.junit.platform:junit-platform-runner:1.8.2 "
125
+ runtimeOnly " org.junit.jupiter:junit-jupiter-engine:5.8.2 "
126
126
implementation(spockDependency) { transitive = false }
127
127
}
128
128
}
You can’t perform that action at this time.
0 commit comments