Skip to content

Commit 349426a

Browse files
authored
Merge pull request #85 from graphql-java/gj-20-hibernate-backport
Update graphql-java to v20 for special validator 6.2.0.final release
2 parents 5110589 + 700b83b commit 349426a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pull_request.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches:
99
- master
1010
- v19.x-validator-6.2.0.Final
11+
- v20.x-validator-6.2.0.Final
1112
jobs:
1213
buildAndTest:
1314
runs-on: ubuntu-latest

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ repositories {
4545

4646

4747
dependencies {
48-
api "com.graphql-java:graphql-java:19.2"
49-
api "com.graphql-java:graphql-java-extended-scalars:19.0"
48+
api "com.graphql-java:graphql-java:20.0"
49+
api "com.graphql-java:graphql-java-extended-scalars:20.0"
5050
api "org.hibernate.validator:hibernate-validator:6.2.0.Final"
5151
api "org.glassfish:jakarta.el:3.0.4"
5252

0 commit comments

Comments
 (0)