Skip to content

Commit

Permalink
Bumping dgs-codegen to 6.2.1 (#151)
Browse files Browse the repository at this point in the history
To use current features for the kotlin2 codegen, especially from 6.1.7 to be able to provide custom input serialiser.
  • Loading branch information
errfld authored May 27, 2024
1 parent c859ca1 commit cf8c79a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.github.deweyjose</groupId>
<artifactId>graphqlcodegen-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.60.1</version>
<version>1.61.0</version>

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<graphql-dgs-codegen-core.version>6.1.5</graphql-dgs-codegen-core.version>
<graphql-dgs-codegen-core.version>6.2.1</graphql-dgs-codegen-core.version>
<java.version>1.8</java.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
Expand Down

0 comments on commit cf8c79a

Please sign in to comment.