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 {
3939
4040
4141dependencies {
42- compile " com.graphql-java:graphql-java:16.1 "
42+ compile " com.graphql-java:graphql-java:16.2 "
4343 compile ' org.slf4j:slf4j-api:1.7.30'
4444 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"
4646 compile " jakarta.el:jakarta.el-api:3.0.3"
4747 compile " org.glassfish:jakarta.el:3.0.3"
4848
4949 testCompile ' org.slf4j:slf4j-simple:1.7.30'
5050 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 '
5252}
5353
5454task sourcesJar (type : Jar , dependsOn : classes) {
You can’t perform that action at this time.
0 commit comments