Skip to content

Commit

Permalink
Bump graphql-codegen-maven-plugin from 4.0.1 to 4.1.1 (#660)
Browse files Browse the repository at this point in the history
Bumps [graphql-codegen-maven-plugin](https://github.com/kobylynskyi/graphql-java-codegen) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/kobylynskyi/graphql-java-codegen/releases)
- [Commits](kobylynskyi/graphql-java-codegen@v4.0.1...v4.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 15, 2021
1 parent 840d208 commit ca489f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mocks/pdl-mock/pom.xml
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin</artifactId>
<version>4.0.1</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down Expand Up @@ -72,7 +72,7 @@
<plugin>
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin</artifactId>
<version>4.0.1</version>
<version>4.1.1</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion mocks/saf-mock/pom.xml
Expand Up @@ -67,7 +67,7 @@
<plugin>
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin</artifactId>
<version>4.0.1</version>
<version>4.1.1</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit ca489f3

Please sign in to comment.