Skip to content

Commit 4d226a2

Browse files
Update all
1 parent 408d925 commit 4d226a2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ buildscript {
1111
}
1212

1313
plugins {
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

2020
apply from: "$rootDir/gradle-scripts/extensions.gradle"
@@ -31,11 +31,11 @@ apply from: "$rootDir/gradle-scripts/set-library-version.gradle"
3131
ext {
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.26.0'
3939
apacheCliVersion = '1.9.0'
4040
jupiterApiVersion = '5.11.3'
4141
logbackVersion = '1.5.12'

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)