Skip to content

Commit c41f21a

Browse files
authored
Merge pull request #107 from graphql-java/dependabot/gradle/org.codehaus.groovy-groovy-all-3.0.25
Bump org.codehaus.groovy:groovy-all from 2.5.14 to 3.0.25
2 parents 60510b4 + f078642 commit c41f21a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ dependencies {
4646
api "org.glassfish:jakarta.el:4.0.2"
4747

4848
testImplementation 'org.slf4j:slf4j-simple:1.7.31'
49-
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
50-
testImplementation 'org.codehaus.groovy:groovy-all:2.5.14'
49+
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
50+
testImplementation 'org.codehaus.groovy:groovy-all:3.0.25'
5151
}
5252

5353
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)