Skip to content

Commit 3aa75dd

Browse files
committed
TASK: Updating version in README
1 parent 548f590 commit 3aa75dd

File tree

12 files changed

+103
-13
lines changed

12 files changed

+103
-13
lines changed

CHANGELOG.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,47 @@
11

2+
# 17.25.0 (2025-01-23)
3+
4+
## What's Changed
5+
* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/806
6+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/808
7+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/809
8+
* fix NPE when server response has no body by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/810
9+
10+
11+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.24.0...17.24.1
12+
13+
# 17.16.2 (2025-01-23)
14+
15+
## What's Changed
16+
17+
* Update Apache HTTP client dependency with version with fix to HTTP/2 protocol to version 5.4.1
18+
19+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.16.1...17.16.2
20+
21+
# 17.15.3 (2025-01-23)
22+
23+
## What's Changed
24+
25+
* Update Apache HTTP client dependency with version with fix to HTTP/2 protocol to version 5.4.1
26+
27+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.15.2...17.15.3
28+
29+
# 17.3.2 (2025-01-23)
30+
31+
## What's Changed
32+
33+
* Update Apache HTTP client dependency with version with fix to HTTP/2 protocol to version 5.4.1
34+
35+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.3.1...17.3.2
36+
37+
# 16.2.2 (2025-01-23)
38+
39+
## What's Changed
40+
41+
* Update Apache HTTP client dependency with version with fix to HTTP/2 protocol to version 5.4.1
42+
43+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/16.2.1...16.2.2
44+
245
# 17.24.0 (2025-01-22)
346

447
## What's Changed
@@ -21,6 +64,54 @@
2164

2265
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.23.0...17.24.0
2366

67+
# 17.16.1 (2025-01-22)
68+
69+
## What's Changed
70+
71+
* Update Apache HTTP client dependency to 5.3.1
72+
73+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.16.0...17.16.1
74+
75+
# 17.15.2 (2025-01-22)
76+
77+
## What's Changed
78+
79+
* Update Apache HTTP client dependency to 5.3.1
80+
81+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.15.1...17.15.2
82+
83+
# 17.3.1 (2025-01-22)
84+
85+
## What's Changed
86+
87+
* Update Apache HTTP client dependency to 5.3.1
88+
89+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.3.0...17.3.1
90+
91+
# 16.2.1 (2025-01-22)
92+
93+
## What's Changed
94+
95+
* Update Apache HTTP client dependency to 5.3.1
96+
97+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/16.2.0...16.2.1
98+
99+
# 9.4.2 (2025-01-22)
100+
101+
## What's Changed
102+
103+
* Update Apache HTTP client dependency with version with fix to HTTP/2 protocol to version 5.4.1
104+
105+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/9.4.1...9.4.2
106+
107+
# 9.4.1 (2025-01-22)
108+
109+
## What's Changed
110+
111+
* Update Apache HTTP client dependency to 5.3.1
112+
113+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/9.4.0...9.4.1
114+
24115
# 17.23.0 (2025-01-21)
25116

26117
## What's Changed

README.md

Lines changed: 2 additions & 2 deletions
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.24.0"
24+
commercetools: "17.25.0"
2525
]
2626
}
2727
@@ -42,7 +42,7 @@ dependencies {
4242

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

examples/maven-okhttp3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</plugins>
2828
</build>
2929
<properties>
30-
<commercetools.version>17.24.0</commercetools.version>
30+
<commercetools.version>17.25.0</commercetools.version>
3131
</properties>
3232
<dependencies>
3333
<dependency>

examples/maven-okhttp4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</plugins>
2828
</build>
2929
<properties>
30-
<commercetools.version>17.24.0</commercetools.version>
30+
<commercetools.version>17.25.0</commercetools.version>
3131
</properties>
3232
<dependencies>
3333
<dependency>

examples/spring-datadog-statsd/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

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

examples/spring-datadog/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

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

examples/spring-dynatrace-oneagent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

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

examples/spring-newrelic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

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

examples/spring-otel/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

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

examples/spring/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spotless {
3131

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

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Wed Jan 22 10:14:09 UTC 2025
1+
#Thu Jan 23 13:34:16 UTC 2025
22
kotlinVersion=1.5.30
33
org.gradle.jvmargs=-Xmx2048m
4-
version=17.25.0-SNAPSHOT
4+
version=17.26.0-SNAPSHOT

reference.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)