Skip to content

Commit

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

Bump org.codehaus.groovy:groovy from 2.5.13 to 3.0.20
  • Loading branch information
dondonz committed Jan 3, 2024
2 parents c933a33 + d9fbb5a commit 40f8f40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ repositories {
dependencies {
implementation "com.graphql-java:graphql-java:21.3"

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

task sourcesJar(type: Jar, dependsOn: classes) {
Expand All @@ -63,6 +63,7 @@ artifacts {
}

test {
useJUnitPlatform()
testLogging {
exceptionFormat = 'full'
}
Expand Down

0 comments on commit 40f8f40

Please sign in to comment.