Skip to content

Feature/support list element validation for all constraints #48

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

Merged
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update readme
  • Loading branch information
pelletier197 committed Sep 15, 2021
commit 14864704824c6c52111be113e6ddb67db756ca96
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This library provides extended validation of fields and field arguments for [gra
```xml
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java-extended-validation</artifactId>
<artifactId<<>graphql-java-extended-validation</artifactId>
<version>17.0.0</version>
<type>pom</type>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ repositories {


dependencies {
api "com.graphql-java:graphql-java:17.0-beta1"
api "com.graphql-java:graphql-java-extended-scalars:17.0-beta1"
api "com.graphql-java:graphql-java:17.0"
api "com.graphql-java:graphql-java-extended-scalars:17.0"
api "org.hibernate.validator:hibernate-validator:7.0.1.Final"
api "org.glassfish:jakarta.el:4.0.0"

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.