Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.

Commit 822f289

Browse files
authored
Merge pull request #76 from Akii/dependabot/gradle/com.commercetools.sdk-commercetools-sdk-java-api-13.0.0
Bump com.commercetools.sdk:commercetools-sdk-java-api from 12.1.0 to 13.0.0
2 parents cbca849 + 84a194a commit 822f289

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

commercetools-sdk-java-api-customtypes-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Code generator for custom types defined in commercetools projects
22

33
dependencies {
44
implementation("com.squareup:kotlinpoet:1.12.0")
5-
api("com.commercetools.sdk:commercetools-sdk-java-api:12.1.0")
5+
api("com.commercetools.sdk:commercetools-sdk-java-api:13.0.0")
66

77
testImplementation("com.github.tschuchortdev:kotlin-compile-testing:1.5.0")
88
testImplementation("org.assertj:assertj-core:3.24.2")

commercetools-sdk-java-api-customtypes-generator/src/main/kotlin/de/akii/commercetools/api/customtypes/generator/model/typedResource.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ val resourceTypeIdClasses =
125125
ProductSelectionBuilder::class
126126
),
127127
ResourceTypeId.REVIEW to Triple(ReviewImpl::class, Review::class, ReviewBuilder::class),
128+
ResourceTypeId.SHIPPING to Triple(ShippingImpl::class, Shipping::class, ShippingBuilder::class),
128129
ResourceTypeId.SHIPPING_METHOD to Triple(
129130
ShippingMethodImpl::class,
130131
ShippingMethod::class,

commercetools-sdk-java-api-customtypes-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212

1313
api(project(":commercetools-sdk-java-api-customtypes-generator"))
1414
compileOnly("com.squareup:kotlinpoet:1.12.0")
15-
api("com.commercetools.sdk:commercetools-sdk-java-api:12.1.0") {
15+
api("com.commercetools.sdk:commercetools-sdk-java-api:13.0.0") {
1616
commercetoolsSdkApiVersion = version
1717
}
1818
}

0 commit comments

Comments
 (0)