File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,16 @@ repositories {
39
39
40
40
41
41
dependencies {
42
- compile " com.graphql-java:graphql-java:16.1 "
42
+ compile " com.graphql-java:graphql-java:16.2 "
43
43
compile ' org.slf4j:slf4j-api:1.7.30'
44
44
compile " jakarta.validation:jakarta.validation-api:2.0.2"
45
- compile " org.hibernate.validator:hibernate-validator:6.1.6 .Final"
45
+ compile " org.hibernate.validator:hibernate-validator:6.1.7 .Final"
46
46
compile " jakarta.el:jakarta.el-api:3.0.3"
47
47
compile " org.glassfish:jakarta.el:3.0.3"
48
48
49
49
testCompile ' org.slf4j:slf4j-simple:1.7.30'
50
50
testCompile ' org.spockframework:spock-core:1.3-groovy-2.5'
51
- testCompile ' org.codehaus.groovy:groovy-all:2.5.11 '
51
+ testCompile ' org.codehaus.groovy:groovy-all:2.5.14 '
52
52
}
53
53
54
54
task sourcesJar (type : Jar , dependsOn : classes) {
You can’t perform that action at this time.
0 commit comments