File tree 12 files changed +29
-13
lines changed
spring-dynatrace-oneagent 12 files changed +29
-13
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
19
# 17.21.0 (2024-12-19)
3
20
4
21
## What's Changed
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The latest stable SDK release can be retrieved from [Maven Central](https://sear
21
21
``` gradle
22
22
ext {
23
23
versions = [
24
- commercetools: "17.21 .0"
24
+ commercetools: "17.22 .0"
25
25
]
26
26
}
27
27
@@ -42,7 +42,7 @@ dependencies {
42
42
43
43
``` maven
44
44
<properties>
45
- <commercetools.version>17.21 .0</commercetools.version>
45
+ <commercetools.version>17.22 .0</commercetools.version>
46
46
</properties>
47
47
<dependencies>
48
48
<dependency>
Original file line number Diff line number Diff line change 27
27
</plugins >
28
28
</build >
29
29
<properties >
30
- <commercetools .version>17.21 .0</commercetools .version>
30
+ <commercetools .version>17.22 .0</commercetools .version>
31
31
</properties >
32
32
<dependencies >
33
33
<dependency >
Original file line number Diff line number Diff line change 27
27
</plugins >
28
28
</build >
29
29
<properties >
30
- <commercetools .version>17.21 .0</commercetools .version>
30
+ <commercetools .version>17.22 .0</commercetools .version>
31
31
</properties >
32
32
<dependencies >
33
33
<dependency >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
20
20
21
21
ext {
22
22
versions = [
23
- commercetools : " 17.21 .0" ,
23
+ commercetools : " 17.22 .0" ,
24
24
]
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
22
22
ext {
23
23
versions = [
24
- commercetools : " 17.21 .0" ,
24
+ commercetools : " 17.22 .0" ,
25
25
]
26
26
}
27
27
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
20
20
21
21
ext {
22
22
versions = [
23
- commercetools : " 17.21 .0" ,
23
+ commercetools : " 17.22 .0" ,
24
24
]
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
22
22
ext {
23
23
versions = [
24
- commercetools : " 17.21 .0" ,
24
+ commercetools : " 17.22 .0" ,
25
25
newrelic : " 8.16.0"
26
26
]
27
27
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
22
22
ext {
23
23
versions = [
24
- commercetools : " 17.21 .0" ,
24
+ commercetools : " 17.22 .0" ,
25
25
]
26
26
}
27
27
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ spotless {
31
31
32
32
ext {
33
33
versions = [
34
- commercetools : " 17.21 .0"
34
+ commercetools : " 17.22 .0"
35
35
]
36
36
}
37
37
Original file line number Diff line number Diff line change 1
- # Thu Dec 19 10:38:06 UTC 2024
1
+ # Mon Jan 06 14:55:36 UTC 2025
2
2
kotlinVersion =1.5.30
3
3
org.gradle.jvmargs =-Xmx2048m
4
- version =17.22 .0-SNAPSHOT
4
+ version =17.23 .0-SNAPSHOT
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments