Skip to content

Commit

Permalink
chore: update graphql-java-extended-extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Nov 26, 2021
1 parent 87fd65c commit c190ecf
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 12 deletions.
5 changes: 4 additions & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Expand Up @@ -22,7 +22,10 @@ object Versions {
const val SPRING_CLOUD_VERSION = "Hoxton.SR10"
const val GRAPHQL_JAVA = "17.3"
const val GRAPHQL_JAVA_EXTENDED_SCALARS = "17.0"
const val GRAPHQL_JAVA_EXTENDED_VALIDATION = "17.0"

// The version below will work with Jakarta EE 8
// and use Hibernate Validator 6.2.
const val GRAPHQL_JAVA_EXTENDED_VALIDATION = "17.0-hibernate-validator-6.2.0.Final"
const val GRAPHQL_JAVA_FEDERATION = "0.7.0"
const val JACKSON_BOM = "2.12.3"
}
30 changes: 24 additions & 6 deletions graphql-dgs-extended-validation/dependencies.lock
Expand Up @@ -38,7 +38,7 @@
"locked": "17.3"
},
"com.graphql-java:graphql-java-extended-validation": {
"locked": "17.0"
"locked": "17.0-hibernate-validator-6.2.0.Final"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -320,7 +320,7 @@
"locked": "17.3"
},
"com.graphql-java:graphql-java-extended-validation": {
"locked": "17.0"
"locked": "17.0-hibernate-validator-6.2.0.Final"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -455,7 +455,7 @@
"locked": "17.3"
},
"com.graphql-java:graphql-java-extended-validation": {
"locked": "17.0"
"locked": "17.0-hibernate-validator-6.2.0.Final"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -534,7 +534,7 @@
"project": true
},
"io.mockk:mockk": {
"locked": "1.12.0"
"locked": "1.12.1"
},
"io.projectreactor:reactor-core": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -592,6 +592,12 @@
],
"locked": "2.12.3"
},
"com.fasterxml.jackson.datatype:jackson-datatype-jdk8": {
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs-client"
],
"locked": "2.12.3"
},
"com.fasterxml.jackson.datatype:jackson-datatype-jsr310": {
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs",
Expand All @@ -607,6 +613,12 @@
],
"locked": "2.12.3"
},
"com.fasterxml.jackson.module:jackson-module-parameter-names": {
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs-client"
],
"locked": "2.12.3"
},
"com.fasterxml.jackson:jackson-bom": {
"locked": "2.12.3"
},
Expand All @@ -627,7 +639,7 @@
"locked": "17.3"
},
"com.graphql-java:graphql-java-extended-validation": {
"locked": "17.0"
"locked": "17.0-hibernate-validator-6.2.0.Final"
},
"com.jayway.jsonpath:json-path": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -706,7 +718,7 @@
"project": true
},
"io.mockk:mockk": {
"locked": "1.12.0"
"locked": "1.12.1"
},
"io.projectreactor:reactor-core": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -814,6 +826,12 @@
],
"locked": "5.2.13.RELEASE"
},
"org.springframework:spring-webflux": {
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs-client"
],
"locked": "5.2.13.RELEASE"
},
"org.springframework:spring-webmvc": {
"firstLevelTransitive": [
"com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure"
Expand Down
5 changes: 0 additions & 5 deletions graphql-dgs-platform/build.gradle.kts
Expand Up @@ -57,11 +57,6 @@ dependencies {
api("com.apollographql.federation:federation-graphql-java-support") {
version { require(Versions.GRAPHQL_JAVA_FEDERATION) }
}
api("com.graphql-java:graphql-java-extended-validation"){
// The version below will work with Jakarta EE 8
// and use Hibernate Validator 6.2.
version { require("17.0-hibernate-validator-6.2.0.Final") }
}
api("com.jayway.jsonpath:json-path") {
version { require("2.6.0") }
}
Expand Down

0 comments on commit c190ecf

Please sign in to comment.