We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23e11c4 + f6d6f00 commit 5978ff1Copy full SHA for 5978ff1
build.gradle
@@ -107,8 +107,8 @@ dependencies {
107
implementation 'com.google.guava:guava:' + guavaVersion
108
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
109
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
110
- testImplementation 'org.codehaus.groovy:groovy:3.0.22'
111
- testImplementation 'org.codehaus.groovy:groovy-json:3.0.22'
+ testImplementation 'org.codehaus.groovy:groovy:3.0.23'
+ testImplementation 'org.codehaus.groovy:groovy-json:3.0.23'
112
testImplementation 'com.google.code.gson:gson:2.11.0'
113
testImplementation 'org.eclipse.jetty:jetty-server:11.0.24'
114
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
0 commit comments