Skip to content

Commit

Permalink
Merge pull request #790 from commercetools/after-release
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
kodiakhq[bot] authored Jan 6, 2025
2 parents 471a580 + f547cff commit 99c0913
Show file tree
Hide file tree
Showing 29 changed files with 331 additions and 198 deletions.
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

0 comments on commit 99c0913

Please sign in to comment.