1
1
plugins {
2
2
id ' com.adarshr.test-logger' version ' 4.0.0'
3
- id ' org.ajoberstar.grgit' version ' 5.3.0 '
3
+ id ' org.ajoberstar.grgit' version ' 5.3.2 '
4
4
id " com.github.ben-manes.versions" version ' 0.52.0'
5
5
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.2.3 "
7
+ id ' com.diffplug.spotless' version ' 7.2.1 '
8
8
id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0'
9
9
}
10
10
11
11
ext {
12
- commercetoolsJavaSdkV2Version = ' 18.0 .0'
12
+ commercetoolsJavaSdkV2Version = ' 18.3 .0'
13
13
mockitoJunitJupiterVersion = ' 5.18.0'
14
14
jupiterApiVersion = ' 5.13.1'
15
15
jupiterPlatformVersion = ' 1.13.1'
16
- assertjVersion = ' 3.27.3 '
17
- pmdVersion = ' 7.13 .0'
16
+ assertjVersion = ' 3.27.4 '
17
+ pmdVersion = ' 7.16 .0'
18
18
jacocoVersion = ' 0.8.13'
19
- caffeineVersion = ' 3.2.0 '
19
+ caffeineVersion = ' 3.2.2 '
20
20
nexusStagingPluginVersion = ' 0.22.0'
21
- commonTextVersion = ' 1.13.1 '
21
+ commonTextVersion = ' 1.14.0 '
22
22
}
23
23
24
24
apply from : " $rootDir /gradle-scripts/repositories.gradle"
@@ -47,8 +47,8 @@ dependencies {
47
47
implementation " com.github.ben-manes.caffeine:caffeine:${ caffeineVersion} "
48
48
implementation " org.apache.commons:commons-text:${ commonTextVersion} "
49
49
api " com.commercetools.sdk:commercetools-sdk-java-api:${ commercetoolsJavaSdkV2Version} "
50
- api ' commons-io:commons-io:2.19 .0'
51
- api ' commons-codec:commons-codec:1.18 .0'
50
+ api ' commons-io:commons-io:2.20 .0'
51
+ api ' commons-codec:commons-codec:1.19 .0'
52
52
api ' com.google.code.findbugs:annotations:3.0.1'
53
53
api ' com.neovisionaries:nv-i18n:1.29'
54
54
testImplementation " org.mockito:mockito-junit-jupiter:${ mockitoJunitJupiterVersion} "
@@ -58,5 +58,5 @@ dependencies {
58
58
testRuntimeOnly " org.junit.vintage:junit-vintage-engine:${ jupiterApiVersion} "
59
59
testRuntimeOnly " org.junit.platform:junit-platform-launcher:${ jupiterPlatformVersion} "
60
60
testImplementation " org.assertj:assertj-core:${ assertjVersion} "
61
- testImplementation ' com.github.spotbugs:spotbugs-annotations:4.9.3 '
61
+ testImplementation ' com.github.spotbugs:spotbugs-annotations:4.9.4 '
62
62
}
0 commit comments