Skip to content

Update changelog #790

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

# 17.22.0 (2025-01-06)

## What's Changed
* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/782
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/783
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/785
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/786
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/787
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/788
* Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in https://github.com/commercetools/commercetools-sdk-java-v2/pull/758
* fix(deps): update all dependencies by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/666

## New Contributors
* @dependabot made their first contribution in https://github.com/commercetools/commercetools-sdk-java-v2/pull/758

**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.21.0...17.22.0

# 17.21.0 (2024-12-19)

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The latest stable SDK release can be retrieved from [Maven Central](https://sear
```gradle
ext {
versions = [
commercetools: "17.21.0"
commercetools: "17.22.0"
]
}

Expand All @@ -42,7 +42,7 @@ dependencies {

```maven
<properties>
<commercetools.version>17.21.0</commercetools.version>
<commercetools.version>17.22.0</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/maven-okhttp3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</plugins>
</build>
<properties>
<commercetools.version>17.21.0</commercetools.version>
<commercetools.version>17.22.0</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/maven-okhttp4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</plugins>
</build>
<properties>
<commercetools.version>17.21.0</commercetools.version>
<commercetools.version>17.22.0</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-datadog-statsd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

ext {
versions = [
commercetools: "17.21.0",
commercetools: "17.22.0",
]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-datadog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

ext {
versions = [
commercetools: "17.21.0",
commercetools: "17.22.0",
]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-dynatrace-oneagent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

ext {
versions = [
commercetools: "17.21.0",
commercetools: "17.22.0",
]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-newrelic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

ext {
versions = [
commercetools: "17.21.0",
commercetools: "17.22.0",
newrelic: "8.16.0"
]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-otel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

ext {
versions = [
commercetools: "17.21.0",
commercetools: "17.22.0",
]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spotless {

ext {
versions = [
commercetools: "17.21.0"
commercetools: "17.22.0"
]
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu Dec 19 10:38:06 UTC 2024
#Mon Jan 06 14:55:36 UTC 2025
kotlinVersion=1.5.30
org.gradle.jvmargs=-Xmx2048m
version=17.22.0-SNAPSHOT
version=17.23.0-SNAPSHOT
12 changes: 6 additions & 6 deletions licenses/commercetools-apachehttp-client/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": [
{
"moduleName": "com.fasterxml.jackson.core:jackson-annotations",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -15,7 +15,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-core",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson-core"
],
Expand All @@ -28,7 +28,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -41,7 +41,7 @@
},
{
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
],
Expand Down Expand Up @@ -129,7 +129,7 @@
},
{
"moduleName": "org.apache.commons:commons-lang3",
"moduleVersion": "3.14.0",
"moduleVersion": "3.17.0",
"moduleUrls": [
"https://commons.apache.org/proper/commons-lang/"
],
Expand Down Expand Up @@ -172,7 +172,7 @@
},
{
"moduleName": "org.slf4j:slf4j-api",
"moduleVersion": "2.0.13",
"moduleVersion": "2.0.16",
"moduleUrls": [
"http://www.slf4j.org"
],
Expand Down
16 changes: 8 additions & 8 deletions licenses/commercetools-async-http-client/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": [
{
"moduleName": "com.fasterxml.jackson.core:jackson-annotations",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -15,7 +15,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-core",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson-core"
],
Expand All @@ -28,7 +28,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -41,7 +41,7 @@
},
{
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
],
Expand Down Expand Up @@ -319,7 +319,7 @@
},
{
"moduleName": "org.apache.commons:commons-lang3",
"moduleVersion": "3.14.0",
"moduleVersion": "3.17.0",
"moduleUrls": [
"https://commons.apache.org/proper/commons-lang/"
],
Expand All @@ -332,7 +332,7 @@
},
{
"moduleName": "org.asynchttpclient:async-http-client",
"moduleVersion": "2.12.3",
"moduleVersion": "2.12.4",
"moduleLicenses": [
{
"moduleLicense": "Apache License, Version 2.0",
Expand All @@ -342,7 +342,7 @@
},
{
"moduleName": "org.asynchttpclient:async-http-client-netty-utils",
"moduleVersion": "2.12.3",
"moduleVersion": "2.12.4",
"moduleLicenses": [
{
"moduleLicense": "Apache License, Version 2.0",
Expand All @@ -366,7 +366,7 @@
},
{
"moduleName": "org.slf4j:slf4j-api",
"moduleVersion": "2.0.13",
"moduleVersion": "2.0.16",
"moduleUrls": [
"http://www.slf4j.org"
],
Expand Down
18 changes: 9 additions & 9 deletions licenses/commercetools-graphql-api/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": [
{
"moduleName": "com.fasterxml.jackson.core:jackson-annotations",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -15,7 +15,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-core",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson-core"
],
Expand All @@ -28,7 +28,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -41,7 +41,7 @@
},
{
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
],
Expand Down Expand Up @@ -97,7 +97,7 @@
},
{
"moduleName": "com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core",
"moduleVersion": "6.2.1",
"moduleVersion": "6.3.0",
"moduleUrls": [
"https://github.com/Netflix/dgs-codegen"
],
Expand Down Expand Up @@ -203,7 +203,7 @@
},
{
"moduleName": "org.apache.commons:commons-lang3",
"moduleVersion": "3.14.0",
"moduleVersion": "3.17.0",
"moduleUrls": [
"https://commons.apache.org/proper/commons-lang/"
],
Expand All @@ -230,7 +230,7 @@
},
{
"moduleName": "org.jetbrains.kotlin:kotlin-reflect",
"moduleVersion": "1.9.22",
"moduleVersion": "1.9.25",
"moduleUrls": [
"https://kotlinlang.org/"
],
Expand All @@ -243,7 +243,7 @@
},
{
"moduleName": "org.jetbrains.kotlin:kotlin-stdlib",
"moduleVersion": "1.9.22",
"moduleVersion": "1.9.25",
"moduleUrls": [
"https://kotlinlang.org/"
],
Expand Down Expand Up @@ -283,7 +283,7 @@
},
{
"moduleName": "org.slf4j:slf4j-api",
"moduleVersion": "2.0.13",
"moduleVersion": "2.0.16",
"moduleUrls": [
"http://www.slf4j.org"
],
Expand Down
16 changes: 8 additions & 8 deletions licenses/commercetools-http-client/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": [
{
"moduleName": "com.fasterxml.jackson.core:jackson-annotations",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -15,7 +15,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-core",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson-core"
],
Expand All @@ -28,7 +28,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -41,7 +41,7 @@
},
{
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"moduleVersion": "2.18.1",
"moduleVersion": "2.18.2",
"moduleUrls": [
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
],
Expand Down Expand Up @@ -319,7 +319,7 @@
},
{
"moduleName": "org.apache.commons:commons-lang3",
"moduleVersion": "3.14.0",
"moduleVersion": "3.17.0",
"moduleUrls": [
"https://commons.apache.org/proper/commons-lang/"
],
Expand All @@ -332,7 +332,7 @@
},
{
"moduleName": "org.asynchttpclient:async-http-client",
"moduleVersion": "2.12.3",
"moduleVersion": "2.12.4",
"moduleLicenses": [
{
"moduleLicense": "Apache License, Version 2.0",
Expand All @@ -342,7 +342,7 @@
},
{
"moduleName": "org.asynchttpclient:async-http-client-netty-utils",
"moduleVersion": "2.12.3",
"moduleVersion": "2.12.4",
"moduleLicenses": [
{
"moduleLicense": "Apache License, Version 2.0",
Expand All @@ -366,7 +366,7 @@
},
{
"moduleName": "org.slf4j:slf4j-api",
"moduleVersion": "2.0.13",
"moduleVersion": "2.0.16",
"moduleUrls": [
"http://www.slf4j.org"
],
Expand Down
Loading
Loading