Skip to content

Commit

Permalink
graphql codegen update
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Feb 1, 2024
1 parent 7d5cba7 commit be5332e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commercetools/commercetools-graphql-api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.commercetools.sdk.plugins.GraphQLPlugin

plugins {
id "com.netflix.dgs.codegen" version "5.12.4"
id "com.netflix.dgs.codegen" version "6.1.4"
}

apply plugin:'com.netflix.dgs.codegen'
Expand All @@ -12,7 +12,7 @@ dependencies {
testImplementation project(':commercetools:commercetools-http-client')
implementation google.findbugs
implementation javax.validation
api 'com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:5.12.4'
api 'com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:6.1.4'
}

generateGraphQLRoots {
Expand Down

0 comments on commit be5332e

Please sign in to comment.