Skip to content

Commit 69a51a7

Browse files
authored
Merge pull request #3166 from graphql-java/dependabot/gradle/org.awaitility-awaitility-groovy-4.2.0
Bump org.awaitility:awaitility-groovy from 3.1.6 to 4.2.0
2 parents ef5ab75 + 196b2aa commit 69a51a7

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
@@ -92,12 +92,13 @@ dependencies {
9292
implementation 'com.google.guava:guava:31.1-jre'
9393
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
9494
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
95-
testImplementation 'org.codehaus.groovy:groovy:3.0.16'
95+
testImplementation 'org.codehaus.groovy:groovy:3.0.17'
96+
testImplementation 'org.codehaus.groovy:groovy-json:3.0.17'
9697
testImplementation 'com.google.code.gson:gson:2.8.9'
9798
testImplementation 'org.eclipse.jetty:jetty-server:9.4.26.v20200117'
9899
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.13.1'
99100
testImplementation 'org.slf4j:slf4j-simple:' + slf4jVersion
100-
testImplementation 'org.awaitility:awaitility-groovy:3.1.6'
101+
testImplementation 'org.awaitility:awaitility-groovy:4.2.0'
101102
testImplementation 'com.github.javafaker:javafaker:1.0.2'
102103

103104
testImplementation 'org.reactivestreams:reactive-streams-tck:' + reactiveStreamsVersion

0 commit comments

Comments
 (0)