11plugins {
22 id ' com.adarshr.test-logger' version ' 4.0.0'
3- id ' org.ajoberstar.grgit' version ' 5.3.0 '
4- id " com.github.ben-manes.versions" version ' 0.52 .0'
3+ id ' org.ajoberstar.grgit' version ' 5.3.3 '
4+ id " com.github.ben-manes.versions" version ' 0.53 .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.4.2 "
7+ id ' com.diffplug.spotless' version ' 7.2.1 '
88 id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0'
99}
1010
1111ext {
12- commercetoolsJavaSdkV2Version = ' 19.3 .0'
12+ commercetoolsJavaSdkV2Version = ' 19.5 .0'
1313 mockitoJunitJupiterVersion = ' 5.20.0'
1414 jupiterApiVersion = ' 5.13.4'
1515 jupiterPlatformVersion = ' 1.13.4'
16- assertjVersion = ' 3.27.3 '
17- pmdVersion = ' 7.13 .0'
16+ assertjVersion = ' 3.27.6 '
17+ pmdVersion = ' 7.17 .0'
1818 jacocoVersion = ' 0.8.13'
19- caffeineVersion = ' 3.2.0 '
19+ caffeineVersion = ' 3.2.2 '
2020 nexusStagingPluginVersion = ' 0.22.0'
21- commonTextVersion = ' 1.13.1 '
21+ commonTextVersion = ' 1.14.0 '
2222}
2323
2424apply from : " $rootDir /gradle-scripts/repositories.gradle"
@@ -47,8 +47,8 @@ dependencies {
4747 implementation " com.github.ben-manes.caffeine:caffeine:${ caffeineVersion} "
4848 implementation " org.apache.commons:commons-text:${ commonTextVersion} "
4949 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'
5252 api ' com.google.code.findbugs:annotations:3.0.1'
5353 api ' com.neovisionaries:nv-i18n:1.29'
5454 testImplementation " org.mockito:mockito-junit-jupiter:${ mockitoJunitJupiterVersion} "
@@ -58,5 +58,5 @@ dependencies {
5858 testRuntimeOnly " org.junit.vintage:junit-vintage-engine:${ jupiterApiVersion} "
5959 testRuntimeOnly " org.junit.platform:junit-platform-launcher:${ jupiterPlatformVersion} "
6060 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.6 '
6262}
0 commit comments