Skip to content

Commit

Permalink
Merge pull request #609 from commercetools/after-release
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
kodiakhq[bot] authored Apr 1, 2024
2 parents 8d5e810 + 8f84712 commit 311730d
Show file tree
Hide file tree
Showing 27 changed files with 392 additions and 164 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@

# 17.8.0 (2024-04-01)

## What's Changed
* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/592
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/593
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/594
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/597
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/598
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/600
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/602
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/603
* Replace deprecated retry middleware with policy middleware in docs by @lojzatran in https://github.com/commercetools/commercetools-sdk-java-v2/pull/601
* Add integration test to get a valid oauth token by @lojzatran in https://github.com/commercetools/commercetools-sdk-java-v2/pull/596
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/605
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/607
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/608
* chore(deps): update gradle/actions digest to 417ae3c by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/582
* chore(deps): update yarn to v4 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/510
* fix(deps): update dependency org.jdrupes.taglets:plantuml-taglet to v3 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/497
* chore(deps): update all dependencies by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/575
* chore(deps): update actions/create-github-app-token digest to 78e5f2d by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/574
* chore(deps): update github/codeql-action digest to 1b1aada by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/581
* chore(deps): update ts-graphviz/setup-graphviz action to v2 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/576
* fix(deps): update dependency com.squareup.okio:okio to v3 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/590


**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.7.0...17.8.0

# 17.7.0 (2024-02-29)

## 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.7.0"
commercetools: "17.8.0"
]
}
Expand All @@ -42,7 +42,7 @@ dependencies {

```maven
<properties>
<commercetools.version>17.7.0</commercetools.version>
<commercetools.version>17.8.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.7.0</commercetools.version>
<commercetools.version>17.8.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.7.0</commercetools.version>
<commercetools.version>17.8.0</commercetools.version>
</properties>
<dependencies>
<dependency>
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.7.0",
commercetools: "17.8.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.7.0",
commercetools: "17.8.0",
newrelic: "8.0.1"
]
}
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.7.0",
commercetools: "17.8.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.7.0",
commercetools: "17.8.0",
newrelic: "7.7.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 Feb 29 11:54:23 UTC 2024
#Mon Apr 01 09:56:44 UTC 2024
kotlinVersion=1.5.30
org.gradle.jvmargs=-Xmx2048m
version=17.8.0-SNAPSHOT
version=17.9.0-SNAPSHOT
18 changes: 14 additions & 4 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.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -15,7 +15,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-core",
"moduleVersion": "2.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson-core"
],
Expand All @@ -28,7 +28,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
"moduleVersion": "2.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -41,7 +41,7 @@
},
{
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"moduleVersion": "2.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
],
Expand Down Expand Up @@ -131,6 +131,16 @@
}
]
},
{
"moduleName": "net.bytebuddy:byte-buddy",
"moduleVersion": "1.14.9",
"moduleLicenses": [
{
"moduleLicense": "Apache License, Version 2.0",
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
}
]
},
{
"moduleName": "org.apache.commons:commons-lang3",
"moduleVersion": "3.14.0",
Expand Down
18 changes: 14 additions & 4 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.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -15,7 +15,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-core",
"moduleVersion": "2.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson-core"
],
Expand All @@ -28,7 +28,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
"moduleVersion": "2.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -41,7 +41,7 @@
},
{
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"moduleVersion": "2.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
],
Expand Down Expand Up @@ -308,6 +308,16 @@
}
]
},
{
"moduleName": "net.bytebuddy:byte-buddy",
"moduleVersion": "1.14.9",
"moduleLicenses": [
{
"moduleLicense": "Apache License, Version 2.0",
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
}
]
},
{
"moduleName": "org.apache.commons:commons-lang3",
"moduleVersion": "3.14.0",
Expand Down
26 changes: 20 additions & 6 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.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -15,7 +15,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-core",
"moduleVersion": "2.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson-core"
],
Expand All @@ -28,7 +28,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
"moduleVersion": "2.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -41,7 +41,7 @@
},
{
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"moduleVersion": "2.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
],
Expand All @@ -67,11 +67,15 @@
},
{
"moduleName": "com.graphql-java:graphql-java",
"moduleVersion": "19.4",
"moduleVersion": "19.11",
"moduleUrls": [
"https://github.com/graphql-java/graphql-java"
],
"moduleLicenses": [
{
"moduleLicense": "Apache License, Version 2.0",
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
},
{
"moduleLicense": "MIT License",
"moduleLicenseUrl": "https://opensource.org/licenses/MIT"
Expand All @@ -93,7 +97,7 @@
},
{
"moduleName": "com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core",
"moduleVersion": "6.1.4",
"moduleVersion": "6.1.5",
"moduleUrls": [
"https://github.com/Netflix/dgs-codegen"
],
Expand Down Expand Up @@ -218,6 +222,16 @@
}
]
},
{
"moduleName": "net.bytebuddy:byte-buddy",
"moduleVersion": "1.14.9",
"moduleLicenses": [
{
"moduleLicense": "Apache License, Version 2.0",
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
}
]
},
{
"moduleName": "org.apache.commons:commons-lang3",
"moduleVersion": "3.14.0",
Expand Down
18 changes: 14 additions & 4 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.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -15,7 +15,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-core",
"moduleVersion": "2.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson-core"
],
Expand All @@ -28,7 +28,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
"moduleVersion": "2.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -41,7 +41,7 @@
},
{
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"moduleVersion": "2.16.1",
"moduleVersion": "2.17.0",
"moduleUrls": [
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
],
Expand Down Expand Up @@ -308,6 +308,16 @@
}
]
},
{
"moduleName": "net.bytebuddy:byte-buddy",
"moduleVersion": "1.14.9",
"moduleLicenses": [
{
"moduleLicense": "Apache License, Version 2.0",
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
}
]
},
{
"moduleName": "org.apache.commons:commons-lang3",
"moduleVersion": "3.14.0",
Expand Down
Loading

0 comments on commit 311730d

Please sign in to comment.