Skip to content

Commit 8f43267

Browse files
fix(deps): update all
1 parent afbfaa8 commit 8f43267

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ plugins {
33
id 'org.ajoberstar.grgit' version '5.3.0'
44
id "com.github.ben-manes.versions" version '0.52.0'
55
id 'ru.vyarus.mkdocs' version '4.0.1' apply false
6-
id "com.github.spotbugs" version "6.1.12"
7-
id 'com.diffplug.spotless' version '7.0.3'
6+
id "com.github.spotbugs" version "6.1.13"
7+
id 'com.diffplug.spotless' version '7.0.4'
88
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
99
}
1010

1111
ext{
12-
commercetoolsJavaSdkV2Version = '18.0.0'
12+
commercetoolsJavaSdkV2Version = '18.1.0'
1313
mockitoJunitJupiterVersion = '5.18.0'
1414
jupiterApiVersion = '5.12.2'
1515
jupiterPlatformVersion = '1.12.2'
1616
assertjVersion = '3.27.3'
17-
pmdVersion = '7.13.0'
17+
pmdVersion = '7.14.0'
1818
jacocoVersion = '0.8.13'
1919
caffeineVersion = '3.2.0'
2020
nexusStagingPluginVersion = '0.22.0'

0 commit comments

Comments
 (0)