Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 281f48e

Browse files
authored
Merge pull request #679 from graphql-java-kickstart/renovate/major-graphql-java-(ignoring-snapshot-builds)
chore(deps): update graphql java (ignoring snapshot builds) (major)
2 parents 92c28bf + 47dfd95 commit 281f48e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ VCS=Git
2929
SOURCE_COMPATIBILITY=1.8
3030
TARGET_COMPATIBILITY=1.8
3131
### Dependencies
32-
LIB_GRAPHQL_JAVA_VER=16.2
33-
LIB_EXTENDED_SCALARS_VER=16.0.1
34-
LIB_SPRING_BOOT_VER=2.5.3
35-
LIB_GRAPHQL_SERVLET_VER=11.2.0-SNAPSHOT
36-
LIB_GRAPHQL_JAVA_TOOLS_VER=11.0.1
32+
LIB_GRAPHQL_JAVA_VER=17.1
33+
LIB_EXTENDED_SCALARS_VER=17.0
34+
LIB_SPRING_BOOT_VER=2.5.4
35+
LIB_GRAPHQL_SERVLET_VER=12.0.0-SNAPSHOT
36+
LIB_GRAPHQL_JAVA_TOOLS_VER=11.1.0
3737
LIB_GRAPHQL_ANNOTATIONS_VER=8.3
3838
LIB_REFLECTIONS_VER=0.9.11
3939
LIB_APACHE_COMMONS_TEXT_VER=1.9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)