We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dfadc0 commit e31982bCopy full SHA for e31982b
pom.xml
@@ -14,6 +14,11 @@
14
<description>Demo project for casting problem with an array in variable</description>
15
<properties>
16
<java.version>11</java.version>
17
+ <!--
18
+ FIXME override la version de spring-graphql pour avoir le fix du custom-scalar Object (https://github.com/spring-projects/spring-graphql/issues/447),
19
+ supprimer cette ligne dès que Spring Boot utilisera une version de la lib correct (>= 1.0.2)
20
+ -->
21
+ <spring-graphql.version>1.0.2</spring-graphql.version>
22
</properties>
23
<dependencies>
24
<dependency>
0 commit comments