Skip to content

Commit f7d93e6

Browse files
authored
Merge pull request #96 from graphql-java/more-v22-updates
Pull in v22 scalars and update readme
2 parents 8f7a581 + 6ede113 commit f7d93e6

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
[![Build Status](https://github.com/graphql-java/graphql-java-extended-validation/actions/workflows/master.yml/badge.svg)](https://github.com/graphql-java/graphql-java-extended-validation/actions/workflows/master.yml)
5-
[![Latest Release](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/badge.svg?versionPrefix=21.)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/)
5+
[![Latest Release](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/badge.svg?versionPrefix=22.)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/)
66
[![Latest Snapshot](https://img.shields.io/maven-central/v/com.graphql-java/graphql-java-extended-validation?label=maven-central%20snapshot&versionPrefix=0.0.0)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/)
77
[![MIT licensed](https://img.shields.io/badge/license-MIT-green)](https://github.com/graphql-java/graphql-java-extended-validation/blob/master/LICENSE.md)
88

@@ -18,7 +18,7 @@ This library provides extended validation of fields and field arguments for [gra
1818
<dependency>
1919
<groupId>com.graphql-java</groupId>
2020
<artifactId>graphql-java-extended-validation</artifactId>
21-
<version>21.0</version>
21+
<version>22.0</version>
2222
</dependency>
2323
```
2424

@@ -35,10 +35,6 @@ implementation 'com.graphql-java:graphql-java-extended-validation:22.0'
3535
> use 20.0 for graphql-java 20.x and above
3636
>
3737
> use 20.0-hibernate-validator-6.2.0.Final for graphql-java 20.x and SpringBoot 2.x support
38-
>
39-
> use 19.1 for graphql-java 19.x and above
40-
>
41-
> use 19.1-hibernate-validator-6.2.0.Final for graphql-java 19.x and SpringBoot 2.x support
4238
4339
The library is currently available on Maven Central.
4440

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repositories {
4141

4242
dependencies {
4343
api "com.graphql-java:graphql-java:22.0"
44-
api "com.graphql-java:graphql-java-extended-scalars:21.0"
44+
api "com.graphql-java:graphql-java-extended-scalars:22.0"
4545
api "org.hibernate.validator:hibernate-validator:7.0.1.Final"
4646
api "org.glassfish:jakarta.el:4.0.2"
4747

0 commit comments

Comments
 (0)