Skip to content

Commit 061b910

Browse files
authored
Merge pull request #930 from commercetools/dgs-update
Dgs update
2 parents cff7c96 + f18a816 commit 061b910

File tree

19 files changed

+156
-144
lines changed

19 files changed

+156
-144
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+
}

licenses/commercetools-apachehttp-client/index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": [
33
{
44
"moduleName": "com.fasterxml.jackson.core:jackson-annotations",
5-
"moduleVersion": "2.19.0",
5+
"moduleVersion": "2.19.1",
66
"moduleUrls": [
77
"https://github.com/FasterXML/jackson"
88
],
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"moduleName": "com.fasterxml.jackson.core:jackson-core",
18-
"moduleVersion": "2.19.0",
18+
"moduleVersion": "2.19.1",
1919
"moduleUrls": [
2020
"https://github.com/FasterXML/jackson-core"
2121
],
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
31-
"moduleVersion": "2.19.0",
31+
"moduleVersion": "2.19.1",
3232
"moduleUrls": [
3333
"https://github.com/FasterXML/jackson"
3434
],
@@ -41,7 +41,7 @@
4141
},
4242
{
4343
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
44-
"moduleVersion": "2.19.0",
44+
"moduleVersion": "2.19.1",
4545
"moduleUrls": [
4646
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
4747
],

licenses/commercetools-async-http-client/index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": [
33
{
44
"moduleName": "com.fasterxml.jackson.core:jackson-annotations",
5-
"moduleVersion": "2.19.0",
5+
"moduleVersion": "2.19.1",
66
"moduleUrls": [
77
"https://github.com/FasterXML/jackson"
88
],
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"moduleName": "com.fasterxml.jackson.core:jackson-core",
18-
"moduleVersion": "2.19.0",
18+
"moduleVersion": "2.19.1",
1919
"moduleUrls": [
2020
"https://github.com/FasterXML/jackson-core"
2121
],
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
31-
"moduleVersion": "2.19.0",
31+
"moduleVersion": "2.19.1",
3232
"moduleUrls": [
3333
"https://github.com/FasterXML/jackson"
3434
],
@@ -41,7 +41,7 @@
4141
},
4242
{
4343
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
44-
"moduleVersion": "2.19.0",
44+
"moduleVersion": "2.19.1",
4545
"moduleUrls": [
4646
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
4747
],

licenses/commercetools-graphql-api/index.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": [
33
{
44
"moduleName": "com.fasterxml.jackson.core:jackson-annotations",
5-
"moduleVersion": "2.19.0",
5+
"moduleVersion": "2.19.1",
66
"moduleUrls": [
77
"https://github.com/FasterXML/jackson"
88
],
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"moduleName": "com.fasterxml.jackson.core:jackson-core",
18-
"moduleVersion": "2.19.0",
18+
"moduleVersion": "2.19.1",
1919
"moduleUrls": [
2020
"https://github.com/FasterXML/jackson-core"
2121
],
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
31-
"moduleVersion": "2.19.0",
31+
"moduleVersion": "2.19.1",
3232
"moduleUrls": [
3333
"https://github.com/FasterXML/jackson"
3434
],
@@ -41,7 +41,7 @@
4141
},
4242
{
4343
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
44-
"moduleVersion": "2.19.0",
44+
"moduleVersion": "2.19.1",
4545
"moduleUrls": [
4646
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
4747
],
@@ -67,7 +67,7 @@
6767
},
6868
{
6969
"moduleName": "com.graphql-java:graphql-java",
70-
"moduleVersion": "19.11",
70+
"moduleVersion": "22.3",
7171
"moduleUrls": [
7272
"https://github.com/graphql-java/graphql-java"
7373
],
@@ -84,7 +84,7 @@
8484
},
8585
{
8686
"moduleName": "com.graphql-java:java-dataloader",
87-
"moduleVersion": "3.2.0",
87+
"moduleVersion": "3.3.0",
8888
"moduleUrls": [
8989
"https://github.com/graphql-java/java-dataloader"
9090
],
@@ -97,7 +97,7 @@
9797
},
9898
{
9999
"moduleName": "com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core",
100-
"moduleVersion": "6.3.0",
100+
"moduleVersion": "8.1.0",
101101
"moduleUrls": [
102102
"https://github.com/Netflix/dgs-codegen"
103103
],
@@ -110,11 +110,11 @@
110110
},
111111
{
112112
"moduleName": "com.netflix.graphql.dgs:graphql-dgs-platform",
113-
"moduleVersion": "5.5.1"
113+
"moduleVersion": "10.0.4"
114114
},
115115
{
116116
"moduleName": "com.netflix.graphql.dgs:graphql-dgs-platform-dependencies",
117-
"moduleVersion": "5.5.1"
117+
"moduleVersion": "10.0.4"
118118
},
119119
{
120120
"moduleName": "com.spotify:completable-futures",
@@ -255,7 +255,7 @@
255255
},
256256
{
257257
"moduleName": "org.jetbrains.kotlin:kotlin-reflect",
258-
"moduleVersion": "1.9.25",
258+
"moduleVersion": "2.0.21",
259259
"moduleUrls": [
260260
"https://kotlinlang.org/"
261261
],
@@ -268,7 +268,7 @@
268268
},
269269
{
270270
"moduleName": "org.jetbrains.kotlin:kotlin-stdlib",
271-
"moduleVersion": "1.9.25",
271+
"moduleVersion": "2.0.21",
272272
"moduleUrls": [
273273
"https://kotlinlang.org/"
274274
],

licenses/commercetools-http-client/index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": [
33
{
44
"moduleName": "com.fasterxml.jackson.core:jackson-annotations",
5-
"moduleVersion": "2.19.0",
5+
"moduleVersion": "2.19.1",
66
"moduleUrls": [
77
"https://github.com/FasterXML/jackson"
88
],
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"moduleName": "com.fasterxml.jackson.core:jackson-core",
18-
"moduleVersion": "2.19.0",
18+
"moduleVersion": "2.19.1",
1919
"moduleUrls": [
2020
"https://github.com/FasterXML/jackson-core"
2121
],
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
31-
"moduleVersion": "2.19.0",
31+
"moduleVersion": "2.19.1",
3232
"moduleUrls": [
3333
"https://github.com/FasterXML/jackson"
3434
],
@@ -41,7 +41,7 @@
4141
},
4242
{
4343
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
44-
"moduleVersion": "2.19.0",
44+
"moduleVersion": "2.19.1",
4545
"moduleUrls": [
4646
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
4747
],

licenses/commercetools-javanet-client/index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": [
33
{
44
"moduleName": "com.fasterxml.jackson.core:jackson-annotations",
5-
"moduleVersion": "2.19.0",
5+
"moduleVersion": "2.19.1",
66
"moduleUrls": [
77
"https://github.com/FasterXML/jackson"
88
],
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"moduleName": "com.fasterxml.jackson.core:jackson-core",
18-
"moduleVersion": "2.19.0",
18+
"moduleVersion": "2.19.1",
1919
"moduleUrls": [
2020
"https://github.com/FasterXML/jackson-core"
2121
],
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
31-
"moduleVersion": "2.19.0",
31+
"moduleVersion": "2.19.1",
3232
"moduleUrls": [
3333
"https://github.com/FasterXML/jackson"
3434
],
@@ -41,7 +41,7 @@
4141
},
4242
{
4343
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
44-
"moduleVersion": "2.19.0",
44+
"moduleVersion": "2.19.1",
4545
"moduleUrls": [
4646
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
4747
],

licenses/commercetools-monitoring-datadog/index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": [
33
{
44
"moduleName": "com.datadoghq:datadog-api-client",
5-
"moduleVersion": "2.35.0",
5+
"moduleVersion": "2.38.0",
66
"moduleUrls": [
77
"https://github.com/DataDog/datadog-api-client-java"
88
],
@@ -32,7 +32,7 @@
3232
},
3333
{
3434
"moduleName": "com.fasterxml.jackson.core:jackson-annotations",
35-
"moduleVersion": "2.19.0",
35+
"moduleVersion": "2.19.1",
3636
"moduleUrls": [
3737
"https://github.com/FasterXML/jackson"
3838
],
@@ -45,7 +45,7 @@
4545
},
4646
{
4747
"moduleName": "com.fasterxml.jackson.core:jackson-core",
48-
"moduleVersion": "2.19.0",
48+
"moduleVersion": "2.19.1",
4949
"moduleUrls": [
5050
"https://github.com/FasterXML/jackson-core"
5151
],
@@ -58,7 +58,7 @@
5858
},
5959
{
6060
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
61-
"moduleVersion": "2.19.0",
61+
"moduleVersion": "2.19.1",
6262
"moduleUrls": [
6363
"https://github.com/FasterXML/jackson"
6464
],
@@ -71,7 +71,7 @@
7171
},
7272
{
7373
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
74-
"moduleVersion": "2.19.0",
74+
"moduleVersion": "2.19.1",
7575
"moduleUrls": [
7676
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
7777
],
@@ -84,7 +84,7 @@
8484
},
8585
{
8686
"moduleName": "com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations",
87-
"moduleVersion": "2.19.0",
87+
"moduleVersion": "2.19.1",
8888
"moduleUrls": [
8989
"https://github.com/FasterXML/jackson-modules-base"
9090
],

licenses/commercetools-monitoring-newrelic/index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": [
33
{
44
"moduleName": "com.fasterxml.jackson.core:jackson-annotations",
5-
"moduleVersion": "2.19.0",
5+
"moduleVersion": "2.19.1",
66
"moduleUrls": [
77
"https://github.com/FasterXML/jackson"
88
],
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"moduleName": "com.fasterxml.jackson.core:jackson-core",
18-
"moduleVersion": "2.19.0",
18+
"moduleVersion": "2.19.1",
1919
"moduleUrls": [
2020
"https://github.com/FasterXML/jackson-core"
2121
],
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
31-
"moduleVersion": "2.19.0",
31+
"moduleVersion": "2.19.1",
3232
"moduleUrls": [
3333
"https://github.com/FasterXML/jackson"
3434
],
@@ -41,7 +41,7 @@
4141
},
4242
{
4343
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
44-
"moduleVersion": "2.19.0",
44+
"moduleVersion": "2.19.1",
4545
"moduleUrls": [
4646
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
4747
],

0 commit comments

Comments
 (0)