Skip to content

Commit

Permalink
Merge pull request #752 from Netflix/feature/bom-graphql-java-extende…
Browse files Browse the repository at this point in the history
…d-validation

BOM now requires graphql-java-extended-validation:17.0-hibernate-validator-6.2.0.Final
  • Loading branch information
berngp committed Nov 26, 2021
2 parents 43fe209 + 1cb89da commit 7b1600b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions graphql-dgs-platform/build.gradle.kts
Expand Up @@ -54,6 +54,11 @@ 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 7b1600b

Please sign in to comment.