Skip to content

Commit 110ca8d

Browse files
fix(deps): update all
1 parent de0ba8a commit 110ca8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
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.4.6"
17+
id "com.github.spotbugs" version "6.4.8"
1818
}
1919

2020
apply from: "$rootDir/gradle-scripts/extensions.gradle"
@@ -32,7 +32,7 @@ ext {
3232
mockitoVersion = '5.20.0'
3333
slf4jTestVersion = '3.0.3'
3434
assertjVersion = '3.27.6'
35-
pmdVersion = '7.19.0'
35+
pmdVersion = '7.20.0'
3636
jacocoVersion = '0.8.14'
3737
commercetoolsSyncJava = '10.5.0'
3838
httpClientVersion = '18.3.0'

0 commit comments

Comments
 (0)