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

Commit 3908356

Browse files
authored
Merge pull request #849 from graphql-java-kickstart/renovate/major-lib_graphql_java_ver
fix(deps): update dependency com.graphql-java:graphql-java to v19
2 parents 6ca329f + 5bf4890 commit 3908356

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ subprojects {
4949
apply plugin: 'maven-publish'
5050
apply plugin: 'signing'
5151

52+
ext['graphql-java.version'] = '19.1'
53+
5254
repositories {
5355
mavenLocal()
5456
mavenCentral()

gradle.properties

Lines changed: 2 additions & 2 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=18.3
32+
LIB_GRAPHQL_JAVA_VER=19.1
3333
LIB_EXTENDED_SCALARS_VER=18.1
3434
LIB_SPRING_BOOT_VER=2.7.2
3535
LIB_GRAPHQL_SERVLET_VER=14.0.0-SNAPSHOT
36-
LIB_GRAPHQL_JAVA_TOOLS_VER=12.1.0
36+
LIB_GRAPHQL_JAVA_TOOLS_VER=14.0.0-SNAPSHOT
3737
LIB_GRAPHQL_ANNOTATIONS_VER=9.1
3838
LIB_REFLECTIONS_VER=0.10.2
3939
LIB_APACHE_COMMONS_TEXT_VER=1.9

0 commit comments

Comments
 (0)