Skip to content

Commit bf04bd4

Browse files
committed
update DGS dependencies
1 parent cff7c96 commit bf04bd4

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

commercetools/commercetools-graphql-api/build.gradle

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
import com.commercetools.sdk.plugins.GraphQLPlugin
22

33
plugins {
4-
id "com.netflix.dgs.codegen" version "6.3.0"
4+
id "com.netflix.dgs.codegen" version "8.1.0"
55
}
66

77
apply plugin:'com.netflix.dgs.codegen'
88
apply plugin: GraphQLPlugin
99

10+
java {
11+
toolchain {
12+
languageVersion = JavaLanguageVersion.of(17)
13+
}
14+
}
15+
1016
dependencies {
1117
api project(':commercetools:commercetools-sdk-java-api')
1218
testImplementation project(':commercetools:commercetools-http-client')
@@ -16,7 +22,7 @@ dependencies {
1622
api jackson_core.databind
1723
api jackson_core.core
1824
api jackson_core.datatype
19-
api 'com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:6.3.0'
25+
api 'com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:8.1.0'
2026

2127
}
2228

commercetools/internal-docs/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ dependencies {
1818
testImplementation commons.io version commons.io_version
1919

2020
}
21+
22+
java {
23+
toolchain {
24+
languageVersion = JavaLanguageVersion.of(17)
25+
}
26+
}

0 commit comments

Comments
 (0)