Skip to content

Commit

Permalink
Merge pull request #140 from graphql-java/dependabot/gradle/org.codeh…
Browse files Browse the repository at this point in the history
…aus.groovy-groovy-3.0.22

Bump org.codehaus.groovy:groovy from 3.0.21 to 3.0.22
  • Loading branch information
dondonz committed Jul 3, 2024
2 parents 4f3f533 + 25e43b0 commit e7d9e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation "com.graphql-java:graphql-java:22.1"

testImplementation "org.spockframework:spock-core:2.3-groovy-3.0"
testImplementation "org.codehaus.groovy:groovy:3.0.21"
testImplementation "org.codehaus.groovy:groovy:3.0.22"
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit e7d9e3e

Please sign in to comment.