Skip to content

Commit e355c67

Browse files
authored
Merge pull request #650 from commercetools/SUPPORT-36587/sync-customer-with-external-auth
SUPPORT-36587: update java-sync library to support synching customers with externalAuth mode
2 parents 84ffb61 + 8802a9f commit e355c67

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ ext {
3434
assertjVersion = '3.27.6'
3535
pmdVersion = '7.18.0'
3636
jacocoVersion = '0.8.14'
37-
commercetoolsSyncJava = '10.3.0'
37+
commercetoolsSyncJava = '10.4.0'
3838
httpClientVersion = '18.3.0'
3939
apacheCliVersion = '1.11.0'
40-
jupiterApiVersion = '5.14.1'
40+
jupiterApiVersion = '5.12.2'
4141
logbackVersion = '1.5.21'
4242
logstashLogbackEncoderVersion= '8.1'
43-
jupiterPlatformVersion = '1.14.1'
43+
jupiterPlatformVersion = '1.12.2'
4444
}
4545

4646
apply from: "$rootDir/gradle-scripts/spotless.gradle"

0 commit comments

Comments
 (0)