Skip to content

Commit 50e0b05

Browse files
committed
Upgrade libraries to graphql 24
1 parent ad990e6 commit 50e0b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql-builder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
<dependency>
5050
<groupId>com.graphql-java</groupId>
5151
<artifactId>graphql-java-extended-scalars</artifactId>
52-
<version>22.0</version>
52+
<version>24.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.graphql-java</groupId>
5656
<artifactId>graphql-java-extended-validation</artifactId>
57-
<version>22.0</version>
57+
<version>24.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.reflections</groupId>

0 commit comments

Comments
 (0)