File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ buildscript {
1111}
1212
1313plugins {
14- id " com.github.ben-manes.versions" version ' 0.51 .0'
14+ id " com.github.ben-manes.versions" version ' 0.52 .0'
1515 id ' com.adarshr.test-logger' version ' 4.0.0'
1616 id ' com.diffplug.spotless' version ' 6.25.0'
17- id " com.github.spotbugs" version " 6.0.25 "
17+ id " com.github.spotbugs" version " 6.1.3 "
1818}
1919
2020apply from : " $rootDir /gradle-scripts/extensions.gradle"
@@ -31,11 +31,11 @@ apply from: "$rootDir/gradle-scripts/set-library-version.gradle"
3131ext {
3232 mockitoVersion = ' 5.14.2'
3333 slf4jTestVersion = ' 1.2.0'
34- assertjVersion = ' 3.26 .3'
35- pmdVersion = ' 7.7 .0'
34+ assertjVersion = ' 3.27 .3'
35+ pmdVersion = ' 7.10 .0'
3636 jacocoVersion = ' 0.8.12'
3737 commercetoolsSyncJava = ' 10.0.5'
38- httpClientVersion = ' 17.16 .0'
38+ httpClientVersion = ' 17.25 .0'
3939 apacheCliVersion = ' 1.9.0'
4040 jupiterApiVersion = ' 5.11.3'
4141 logbackVersion = ' 1.5.12'
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments