Skip to content

Commit cb6b1f0

Browse files
fix(deps): update all (#642)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a04bc6 commit cb6b1f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

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

2020
apply from: "$rootDir/gradle-scripts/extensions.gradle"
@@ -30,11 +30,11 @@ apply from: "$rootDir/gradle-scripts/set-library-version.gradle"
3030

3131
ext {
3232
mockitoVersion = '5.19.0'
33-
slf4jTestVersion = '3.0.1'
33+
slf4jTestVersion = '3.0.3'
3434
assertjVersion = '3.27.4'
3535
pmdVersion = '7.16.0'
3636
jacocoVersion = '0.8.13'
37-
commercetoolsSyncJava = '10.0.9'
37+
commercetoolsSyncJava = '10.1.0'
3838
httpClientVersion = '18.3.0'
3939
apacheCliVersion = '1.10.0'
4040
jupiterApiVersion = '5.12.2'

0 commit comments

Comments
 (0)