Skip to content

Commit 9964dfd

Browse files
authored
Merge pull request #44 from setchy/master
(chore) updating graphql-java, hibernate-validator, groovy-all dependencies
2 parents 1824a5d + 7683eb4 commit 9964dfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ repositories {
3939

4040

4141
dependencies {
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

5454
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)