8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2362ffd + 0766782 commit 5077ffbCopy full SHA for 5077ffb
build.gradle
@@ -106,8 +106,8 @@ dependencies {
106
implementation 'com.google.guava:guava:' + guavaVersion
107
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
108
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
109
- testImplementation 'org.codehaus.groovy:groovy:3.0.20'
110
- testImplementation 'org.codehaus.groovy:groovy-json:3.0.20'
+ testImplementation 'org.codehaus.groovy:groovy:3.0.21'
+ testImplementation 'org.codehaus.groovy:groovy-json:3.0.21'
111
testImplementation 'com.google.code.gson:gson:2.10.1'
112
testImplementation 'org.eclipse.jetty:jetty-server:11.0.20'
113
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
0 commit comments