Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to graphql-java 17.0 #518

Merged
merged 2 commits into from Sep 25, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Expand Up @@ -20,8 +20,8 @@ object Versions {
const val SPRING_BOOT_VERSION = "2.3.9.RELEASE"
const val SPRING_SECURITY_VERSION = "5.3.9.RELEASE"
const val SPRING_CLOUD_VERSION = "Hoxton.SR10"
const val GRAPHQL_JAVA = "16.2"
const val GRAPHQL_JAVA_EXTENDED_SCALARS = "16.0.1"
const val GRAPHQL_JAVA_FEDERATION = "0.6.3"
const val GRAPHQL_JAVA = "17.3"
const val GRAPHQL_JAVA_EXTENDED_SCALARS = "17.0"
const val GRAPHQL_JAVA_FEDERATION = "0.7.0"
const val JACKSON_BOM = "2.12.3"
}
16 changes: 8 additions & 8 deletions graphql-dgs-client/dependencies.lock
Expand Up @@ -45,7 +45,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs-subscription-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.jayway.jsonpath:json-path": {
"locked": "2.6.0"
Expand Down Expand Up @@ -302,7 +302,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs-subscription-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.jayway.jsonpath:json-path": {
"locked": "2.6.0"
Expand Down Expand Up @@ -388,10 +388,10 @@
"com.netflix.graphql.dgs:graphql-dgs-subscription-types",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.graphql-java:graphql-java-extended-scalars": {
"locked": "16.0.1"
"locked": "17.0"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -550,7 +550,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs"
],
"locked": "0.6.3"
"locked": "0.7.0"
},
"com.fasterxml.jackson.core:jackson-annotations": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -594,10 +594,10 @@
"com.netflix.graphql.dgs:graphql-dgs-subscription-types",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.graphql-java:graphql-java-extended-scalars": {
"locked": "16.0.1"
"locked": "17.0"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -756,7 +756,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs-mocking"
],
"locked": "1.7.30"
"locked": "1.7.32"
},
"org.springframework.boot:spring-boot-autoconfigure": {
"firstLevelTransitive": [
Expand Down
16 changes: 8 additions & 8 deletions graphql-dgs-example-java-webflux/dependencies.lock
Expand Up @@ -43,7 +43,7 @@
"com.netflix.graphql.dgs:graphql-dgs-subscription-types",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -374,7 +374,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs"
],
"locked": "0.6.3"
"locked": "0.7.0"
},
"com.fasterxml.jackson.core:jackson-annotations": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -424,7 +424,7 @@
"com.netflix.graphql.dgs:graphql-dgs-subscription-types",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -574,7 +574,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs-mocking"
],
"locked": "1.7.30"
"locked": "1.7.32"
},
"org.springframework.boot:spring-boot-autoconfigure": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -671,7 +671,7 @@
"com.netflix.graphql.dgs:graphql-dgs-subscription-types",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -816,7 +816,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs"
],
"locked": "0.6.3"
"locked": "0.7.0"
},
"com.fasterxml.jackson.core:jackson-annotations": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -866,7 +866,7 @@
"com.netflix.graphql.dgs:graphql-dgs-subscription-types",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -1019,7 +1019,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs-mocking"
],
"locked": "1.7.30"
"locked": "1.7.32"
},
"org.springframework.boot:spring-boot-autoconfigure": {
"firstLevelTransitive": [
Expand Down
16 changes: 8 additions & 8 deletions graphql-dgs-example-java/dependencies.lock
Expand Up @@ -46,7 +46,7 @@
"com.netflix.graphql.dgs:graphql-dgs-subscription-types",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -380,7 +380,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs"
],
"locked": "0.6.3"
"locked": "0.7.0"
},
"com.fasterxml.jackson.core:jackson-annotations": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -432,7 +432,7 @@
"com.netflix.graphql.dgs:graphql-dgs-subscription-types",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -594,7 +594,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs-mocking"
],
"locked": "1.7.30"
"locked": "1.7.32"
},
"org.springframework.boot:spring-boot-autoconfigure": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -711,7 +711,7 @@
"com.netflix.graphql.dgs:graphql-dgs-subscription-types",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -865,7 +865,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs"
],
"locked": "0.6.3"
"locked": "0.7.0"
},
"com.fasterxml.jackson.core:jackson-annotations": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -917,7 +917,7 @@
"com.netflix.graphql.dgs:graphql-dgs-subscription-types",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -1086,7 +1086,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs-mocking"
],
"locked": "1.7.30"
"locked": "1.7.32"
},
"org.springframework.boot:spring-boot-autoconfigure": {
"firstLevelTransitive": [
Expand Down
16 changes: 8 additions & 8 deletions graphql-dgs-example-shared/dependencies.lock
Expand Up @@ -38,7 +38,7 @@
"com.netflix.graphql.dgs:graphql-dgs-mocking",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -322,7 +322,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs"
],
"locked": "0.6.3"
"locked": "0.7.0"
},
"com.fasterxml.jackson.core:jackson-databind": {
"locked": "2.12.3"
Expand Down Expand Up @@ -356,7 +356,7 @@
"com.netflix.graphql.dgs:graphql-dgs-pagination",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -448,7 +448,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs-mocking"
],
"locked": "1.7.30"
"locked": "1.7.32"
},
"org.springframework.boot:spring-boot-autoconfigure": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -522,7 +522,7 @@
"com.netflix.graphql.dgs:graphql-dgs-mocking",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -623,7 +623,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs"
],
"locked": "0.6.3"
"locked": "0.7.0"
},
"com.fasterxml.jackson.core:jackson-databind": {
"locked": "2.12.3"
Expand Down Expand Up @@ -657,7 +657,7 @@
"com.netflix.graphql.dgs:graphql-dgs-pagination",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -755,7 +755,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs-mocking"
],
"locked": "1.7.30"
"locked": "1.7.32"
},
"org.springframework.boot:spring-boot-autoconfigure": {
"firstLevelTransitive": [
Expand Down
24 changes: 12 additions & 12 deletions graphql-dgs-extended-scalars/dependencies.lock
Expand Up @@ -35,10 +35,10 @@
"com.netflix.graphql.dgs:graphql-dgs-mocking",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.graphql-java:graphql-java-extended-scalars": {
"locked": "16.0.1"
"locked": "17.0"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -293,7 +293,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs"
],
"locked": "0.6.3"
"locked": "0.7.0"
},
"com.fasterxml.jackson.datatype:jackson-datatype-jsr310": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -322,10 +322,10 @@
"com.netflix.graphql.dgs:graphql-dgs-mocking",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.graphql-java:graphql-java-extended-scalars": {
"locked": "16.0.1"
"locked": "17.0"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -389,7 +389,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs-mocking"
],
"locked": "1.7.30"
"locked": "1.7.32"
},
"org.springframework.boot:spring-boot-autoconfigure": {
"locked": "2.3.9.RELEASE"
Expand Down Expand Up @@ -457,10 +457,10 @@
"com.netflix.graphql.dgs:graphql-dgs-subscription-types",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.graphql-java:graphql-java-extended-scalars": {
"locked": "16.0.1"
"locked": "17.0"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -588,7 +588,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs"
],
"locked": "0.6.3"
"locked": "0.7.0"
},
"com.fasterxml.jackson.core:jackson-annotations": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -629,10 +629,10 @@
"com.netflix.graphql.dgs:graphql-dgs-subscription-types",
"com.netflix.graphql.dgs:graphql-error-types"
],
"locked": "16.2"
"locked": "17.3"
},
"com.graphql-java:graphql-java-extended-scalars": {
"locked": "16.0.1"
"locked": "17.0"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -765,7 +765,7 @@
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs-mocking"
],
"locked": "1.7.30"
"locked": "1.7.32"
},
"org.springframework.boot:spring-boot-autoconfigure": {
"locked": "2.3.9.RELEASE"
Expand Down