Skip to content

Commit

Permalink
build(deps): bump graphql-codegen-maven-plugin from 4.0.1 to 4.1.0 (#590
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.0.
- [Release notes](https://github.com/kobylynskyi/graphql-java-codegen/releases)
- [Commits](kobylynskyi/graphql-java-codegen@v4.0.1...v4.1.0)

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 4, 2021
1 parent 556d26b commit 05808b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions integrasjon/pdl-klient/pom.xml
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin</artifactId>
<version>4.0.1</version>
<version>4.1.0</version>
</dependency>

<!-- Test -->
Expand All @@ -47,7 +47,7 @@
<plugin>
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin</artifactId>
<version>4.0.1</version>
<version>4.1.0</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions integrasjon/saf-klient/pom.xml
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin</artifactId>
<version>4.0.1</version>
<version>4.1.0</version>
</dependency>

<!-- Test -->
Expand All @@ -42,7 +42,7 @@
<plugin>
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin</artifactId>
<version>4.0.1</version>
<version>4.1.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 05808b2

Please sign in to comment.