Skip to content

Commit cf8c79a

Browse files
authored
Bumping dgs-codegen to 6.2.1 (#151)
To use current features for the kotlin2 codegen, especially from 6.1.7 to be able to provide custom input serialiser.
1 parent c859ca1 commit cf8c79a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>io.github.deweyjose</groupId>
77
<artifactId>graphqlcodegen-maven-plugin</artifactId>
88
<packaging>maven-plugin</packaging>
9-
<version>1.60.1</version>
9+
<version>1.61.0</version>
1010

1111
<name>GraphQL Code Generator</name>
1212
<description>Maven port of the Netflix DGS GraphQL Codegen gradle build plugin</description>
@@ -35,7 +35,7 @@
3535

3636
<properties>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38-
<graphql-dgs-codegen-core.version>6.1.5</graphql-dgs-codegen-core.version>
38+
<graphql-dgs-codegen-core.version>6.2.1</graphql-dgs-codegen-core.version>
3939
<java.version>1.8</java.version>
4040
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
4141
<maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>

0 commit comments

Comments
 (0)