Skip to content

Commit 40f8f40

Browse files
authored
Merge pull request #125 from graphql-java/dependabot/gradle/org.codehaus.groovy-groovy-3.0.20
Bump org.codehaus.groovy:groovy from 2.5.13 to 3.0.20
2 parents c933a33 + d9fbb5a commit 40f8f40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ repositories {
4343
dependencies {
4444
implementation "com.graphql-java:graphql-java:21.3"
4545

46-
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
47-
testImplementation('org.codehaus.groovy:groovy:2.5.13')
46+
testImplementation "org.spockframework:spock-core:2.3-groovy-3.0"
47+
testImplementation "org.codehaus.groovy:groovy:3.0.20"
4848
}
4949

5050
task sourcesJar(type: Jar, dependsOn: classes) {
@@ -63,6 +63,7 @@ artifacts {
6363
}
6464

6565
test {
66+
useJUnitPlatform()
6667
testLogging {
6768
exceptionFormat = 'full'
6869
}

0 commit comments

Comments
 (0)