Skip to content

Commit 6bdf909

Browse files
fix(deps): update all (#651)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e355c67 commit 6bdf909

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.5"
17+
id "com.github.spotbugs" version "6.4.6"
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.18.0'
35+
pmdVersion = '7.19.0'
3636
jacocoVersion = '0.8.14'
3737
commercetoolsSyncJava = '10.4.0'
3838
httpClientVersion = '18.3.0'

0 commit comments

Comments
 (0)