Skip to content

Commit

Permalink
Update sync-java version
Browse files Browse the repository at this point in the history
  • Loading branch information
lojzatran committed Feb 8, 2024
1 parent 1c0fec6 commit 52d7977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ext {
assertjVersion = '3.25.2'
pmdVersion = '6.55.0'
jacocoVersion = '0.8.11'
commercetoolsSyncJava = '10.0.4'
commercetoolsSyncJava = '10.0.5'
httpClientVersion = '17.5.0'
apacheCliVersion = '1.6.0'
jupiterApiVersion = '5.10.2'
Expand Down
2 changes: 1 addition & 1 deletion gradle-scripts/spotless.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'java'
spotless {
java {
googleJavaFormat('1.8')
googleJavaFormat('1.15.0')
}
}

0 comments on commit 52d7977

Please sign in to comment.