Skip to content

Commit 7ce3d6b

Browse files
fix(deps): update commercetoolsjavasdkv2version to v17.7.0 (#1157)
* fix(deps): update commercetoolsjavasdkv2version to v17.7.0 * Fix test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: lojzatran <[email protected]>
1 parent 586c5a1 commit 7ce3d6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
ext{
13-
commercetoolsJavaSdkV2Version = '17.5.0'
13+
commercetoolsJavaSdkV2Version = '17.7.0'
1414
mockitoJunitJupiterVersion = '5.11.0'
1515
jupiterApiVersion = '5.10.2'
1616
assertjVersion = '3.25.3'

src/test/java/com/commercetools/sync/products/helpers/PriceReferenceResolverTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ void resolveCustomTypeReference_WithEmptyKeyOnCustomTypeResId_ShouldCompleteExce
178178
.withMessageContaining(
179179
String.format(
180180
"Failed to resolve custom type reference on PriceDraft"
181-
+ " with country:'DE' and value: 'EUR 10.00'. Reason: %s",
181+
+ " with country:'DE' and value: 'EUR 10'. Reason: %s",
182182
BaseReferenceResolver.BLANK_KEY_VALUE_ON_RESOURCE_IDENTIFIER));
183183
}
184184

0 commit comments

Comments
 (0)