Skip to content

Commit 99c0913

Browse files
Merge pull request #790 from commercetools/after-release
Update changelog
2 parents 471a580 + f547cff commit 99c0913

File tree

29 files changed

+331
-198
lines changed

29 files changed

+331
-198
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11

2+
# 17.22.0 (2025-01-06)
3+
4+
## What's Changed
5+
* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/782
6+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/783
7+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/785
8+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/786
9+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/787
10+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/788
11+
* Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in https://github.com/commercetools/commercetools-sdk-java-v2/pull/758
12+
* fix(deps): update all dependencies by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/666
13+
14+
## New Contributors
15+
* @dependabot made their first contribution in https://github.com/commercetools/commercetools-sdk-java-v2/pull/758
16+
17+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.21.0...17.22.0
18+
219
# 17.21.0 (2024-12-19)
320

421
## What's Changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The latest stable SDK release can be retrieved from [Maven Central](https://sear
2121
```gradle
2222
ext {
2323
versions = [
24-
commercetools: "17.21.0"
24+
commercetools: "17.22.0"
2525
]
2626
}
2727
@@ -42,7 +42,7 @@ dependencies {
4242

4343
```maven
4444
<properties>
45-
<commercetools.version>17.21.0</commercetools.version>
45+
<commercetools.version>17.22.0</commercetools.version>
4646
</properties>
4747
<dependencies>
4848
<dependency>

examples/maven-okhttp3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</plugins>
2828
</build>
2929
<properties>
30-
<commercetools.version>17.21.0</commercetools.version>
30+
<commercetools.version>17.22.0</commercetools.version>
3131
</properties>
3232
<dependencies>
3333
<dependency>

examples/maven-okhttp4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</plugins>
2828
</build>
2929
<properties>
30-
<commercetools.version>17.21.0</commercetools.version>
30+
<commercetools.version>17.22.0</commercetools.version>
3131
</properties>
3232
<dependencies>
3333
<dependency>

examples/spring-datadog-statsd/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
ext {
2222
versions = [
23-
commercetools: "17.21.0",
23+
commercetools: "17.22.0",
2424
]
2525
}
2626

examples/spring-datadog/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "17.21.0",
24+
commercetools: "17.22.0",
2525
]
2626
}
2727

examples/spring-dynatrace-oneagent/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
ext {
2222
versions = [
23-
commercetools: "17.21.0",
23+
commercetools: "17.22.0",
2424
]
2525
}
2626

examples/spring-newrelic/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "17.21.0",
24+
commercetools: "17.22.0",
2525
newrelic: "8.16.0"
2626
]
2727
}

examples/spring-otel/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "17.21.0",
24+
commercetools: "17.22.0",
2525
]
2626
}
2727

examples/spring/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spotless {
3131

3232
ext {
3333
versions = [
34-
commercetools: "17.21.0"
34+
commercetools: "17.22.0"
3535
]
3636
}
3737

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Thu Dec 19 10:38:06 UTC 2024
1+
#Mon Jan 06 14:55:36 UTC 2025
22
kotlinVersion=1.5.30
33
org.gradle.jvmargs=-Xmx2048m
4-
version=17.22.0-SNAPSHOT
4+
version=17.23.0-SNAPSHOT

licenses/commercetools-apachehttp-client/index.json

+6-6
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.18.1",
5+
"moduleVersion": "2.18.2",
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.18.1",
18+
"moduleVersion": "2.18.2",
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.18.1",
31+
"moduleVersion": "2.18.2",
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.18.1",
44+
"moduleVersion": "2.18.2",
4545
"moduleUrls": [
4646
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
4747
],
@@ -129,7 +129,7 @@
129129
},
130130
{
131131
"moduleName": "org.apache.commons:commons-lang3",
132-
"moduleVersion": "3.14.0",
132+
"moduleVersion": "3.17.0",
133133
"moduleUrls": [
134134
"https://commons.apache.org/proper/commons-lang/"
135135
],
@@ -172,7 +172,7 @@
172172
},
173173
{
174174
"moduleName": "org.slf4j:slf4j-api",
175-
"moduleVersion": "2.0.13",
175+
"moduleVersion": "2.0.16",
176176
"moduleUrls": [
177177
"http://www.slf4j.org"
178178
],

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

+8-8
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.18.1",
5+
"moduleVersion": "2.18.2",
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.18.1",
18+
"moduleVersion": "2.18.2",
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.18.1",
31+
"moduleVersion": "2.18.2",
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.18.1",
44+
"moduleVersion": "2.18.2",
4545
"moduleUrls": [
4646
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
4747
],
@@ -319,7 +319,7 @@
319319
},
320320
{
321321
"moduleName": "org.apache.commons:commons-lang3",
322-
"moduleVersion": "3.14.0",
322+
"moduleVersion": "3.17.0",
323323
"moduleUrls": [
324324
"https://commons.apache.org/proper/commons-lang/"
325325
],
@@ -332,7 +332,7 @@
332332
},
333333
{
334334
"moduleName": "org.asynchttpclient:async-http-client",
335-
"moduleVersion": "2.12.3",
335+
"moduleVersion": "2.12.4",
336336
"moduleLicenses": [
337337
{
338338
"moduleLicense": "Apache License, Version 2.0",
@@ -342,7 +342,7 @@
342342
},
343343
{
344344
"moduleName": "org.asynchttpclient:async-http-client-netty-utils",
345-
"moduleVersion": "2.12.3",
345+
"moduleVersion": "2.12.4",
346346
"moduleLicenses": [
347347
{
348348
"moduleLicense": "Apache License, Version 2.0",
@@ -366,7 +366,7 @@
366366
},
367367
{
368368
"moduleName": "org.slf4j:slf4j-api",
369-
"moduleVersion": "2.0.13",
369+
"moduleVersion": "2.0.16",
370370
"moduleUrls": [
371371
"http://www.slf4j.org"
372372
],

licenses/commercetools-graphql-api/index.json

+9-9
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.18.1",
5+
"moduleVersion": "2.18.2",
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.18.1",
18+
"moduleVersion": "2.18.2",
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.18.1",
31+
"moduleVersion": "2.18.2",
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.18.1",
44+
"moduleVersion": "2.18.2",
4545
"moduleUrls": [
4646
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
4747
],
@@ -97,7 +97,7 @@
9797
},
9898
{
9999
"moduleName": "com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core",
100-
"moduleVersion": "6.2.1",
100+
"moduleVersion": "6.3.0",
101101
"moduleUrls": [
102102
"https://github.com/Netflix/dgs-codegen"
103103
],
@@ -203,7 +203,7 @@
203203
},
204204
{
205205
"moduleName": "org.apache.commons:commons-lang3",
206-
"moduleVersion": "3.14.0",
206+
"moduleVersion": "3.17.0",
207207
"moduleUrls": [
208208
"https://commons.apache.org/proper/commons-lang/"
209209
],
@@ -230,7 +230,7 @@
230230
},
231231
{
232232
"moduleName": "org.jetbrains.kotlin:kotlin-reflect",
233-
"moduleVersion": "1.9.22",
233+
"moduleVersion": "1.9.25",
234234
"moduleUrls": [
235235
"https://kotlinlang.org/"
236236
],
@@ -243,7 +243,7 @@
243243
},
244244
{
245245
"moduleName": "org.jetbrains.kotlin:kotlin-stdlib",
246-
"moduleVersion": "1.9.22",
246+
"moduleVersion": "1.9.25",
247247
"moduleUrls": [
248248
"https://kotlinlang.org/"
249249
],
@@ -283,7 +283,7 @@
283283
},
284284
{
285285
"moduleName": "org.slf4j:slf4j-api",
286-
"moduleVersion": "2.0.13",
286+
"moduleVersion": "2.0.16",
287287
"moduleUrls": [
288288
"http://www.slf4j.org"
289289
],

licenses/commercetools-http-client/index.json

+8-8
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.18.1",
5+
"moduleVersion": "2.18.2",
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.18.1",
18+
"moduleVersion": "2.18.2",
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.18.1",
31+
"moduleVersion": "2.18.2",
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.18.1",
44+
"moduleVersion": "2.18.2",
4545
"moduleUrls": [
4646
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
4747
],
@@ -319,7 +319,7 @@
319319
},
320320
{
321321
"moduleName": "org.apache.commons:commons-lang3",
322-
"moduleVersion": "3.14.0",
322+
"moduleVersion": "3.17.0",
323323
"moduleUrls": [
324324
"https://commons.apache.org/proper/commons-lang/"
325325
],
@@ -332,7 +332,7 @@
332332
},
333333
{
334334
"moduleName": "org.asynchttpclient:async-http-client",
335-
"moduleVersion": "2.12.3",
335+
"moduleVersion": "2.12.4",
336336
"moduleLicenses": [
337337
{
338338
"moduleLicense": "Apache License, Version 2.0",
@@ -342,7 +342,7 @@
342342
},
343343
{
344344
"moduleName": "org.asynchttpclient:async-http-client-netty-utils",
345-
"moduleVersion": "2.12.3",
345+
"moduleVersion": "2.12.4",
346346
"moduleLicenses": [
347347
{
348348
"moduleLicense": "Apache License, Version 2.0",
@@ -366,7 +366,7 @@
366366
},
367367
{
368368
"moduleName": "org.slf4j:slf4j-api",
369-
"moduleVersion": "2.0.13",
369+
"moduleVersion": "2.0.16",
370370
"moduleUrls": [
371371
"http://www.slf4j.org"
372372
],

0 commit comments

Comments
 (0)