Skip to content

Commit 8208742

Browse files
committed
Downgrade to graphql 22
1 parent 1a2e331 commit 8208742

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

graphql-builder/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525

2626
<artifactId>graphql-builder</artifactId>
2727

28-
<properties>
29-
<junit.jupiter.version>5.13.0</junit.jupiter.version>
30-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31-
<jackson.version>2.19.0</jackson.version>
32-
<graphql.version>24.1</graphql.version>
33-
</properties>
28+
<properties>
29+
<junit.jupiter.version>5.13.0</junit.jupiter.version>
30+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31+
<jackson.version>2.19.0</jackson.version>
32+
<graphql.version>22.0</graphql.version>
33+
</properties>
3434

3535
<licenses>
3636
<license>

0 commit comments

Comments
 (0)