Skip to content

Commit 52d7977

Browse files
committed
Update sync-java version
1 parent 1c0fec6 commit 52d7977

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ext {
3434
assertjVersion = '3.25.2'
3535
pmdVersion = '6.55.0'
3636
jacocoVersion = '0.8.11'
37-
commercetoolsSyncJava = '10.0.4'
37+
commercetoolsSyncJava = '10.0.5'
3838
httpClientVersion = '17.5.0'
3939
apacheCliVersion = '1.6.0'
4040
jupiterApiVersion = '5.10.2'

gradle-scripts/spotless.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'java'
22
spotless {
33
java {
4-
googleJavaFormat('1.8')
4+
googleJavaFormat('1.15.0')
55
}
66
}

0 commit comments

Comments
 (0)