Skip to content

Commit 2f2e14e

Browse files
fix(deps): update all
1 parent 3f5fd72 commit 2f2e14e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

build.gradle

Lines changed: 7 additions & 7 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.52.0'
14+
id "com.github.ben-manes.versions" version '0.53.0'
1515
id 'com.adarshr.test-logger' version '4.0.0'
1616
id 'com.diffplug.spotless' version '7.2.1'
17-
id "com.github.spotbugs" version "6.2.6"
17+
id "com.github.spotbugs" version "6.4.5"
1818
}
1919

2020
apply from: "$rootDir/gradle-scripts/extensions.gradle"
@@ -31,12 +31,12 @@ apply from: "$rootDir/gradle-scripts/set-library-version.gradle"
3131
ext {
3232
mockitoVersion = '5.19.0'
3333
slf4jTestVersion = '3.0.3'
34-
assertjVersion = '3.27.4'
35-
pmdVersion = '7.16.0'
36-
jacocoVersion = '0.8.13'
37-
commercetoolsSyncJava = '10.1.0'
34+
assertjVersion = '3.27.6'
35+
pmdVersion = '7.18.0'
36+
jacocoVersion = '0.8.14'
37+
commercetoolsSyncJava = '10.3.0'
3838
httpClientVersion = '18.3.0'
39-
apacheCliVersion = '1.10.0'
39+
apacheCliVersion = '1.11.0'
4040
jupiterApiVersion = '5.13.4'
4141
logbackVersion = '1.5.18'
4242
logstashLogbackEncoderVersion= '8.1'

0 commit comments

Comments
 (0)