11plugins {
22 id ' com.adarshr.test-logger' version ' 4.0.0'
3- id ' org.ajoberstar.grgit' version ' 5.2.2 '
4- id " com.github.ben-manes.versions" version ' 0.51 .0'
3+ id ' org.ajoberstar.grgit' version ' 5.3.0 '
4+ 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.0.12 "
6+ id " com.github.spotbugs" version " 6.1.7 "
77 id ' com.diffplug.spotless' version ' 7.0.2'
88 id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0'
99}
1010
1111ext {
12- commercetoolsJavaSdkV2Version = ' 17.28 .0'
12+ commercetoolsJavaSdkV2Version = ' 17.30 .0'
1313 mockitoJunitJupiterVersion = ' 5.16.1'
1414 jupiterApiVersion = ' 5.12.1'
1515 jupiterPlatformVersion = ' 1.12.1'
16- assertjVersion = ' 3.26 .3'
17- pmdVersion = ' 7.7 .0'
16+ assertjVersion = ' 3.27 .3'
17+ pmdVersion = ' 7.12 .0'
1818 jacocoVersion = ' 0.8.12'
19- caffeineVersion = ' 3.1.8 '
19+ caffeineVersion = ' 3.2.0 '
2020 nexusStagingPluginVersion = ' 0.22.0'
21- commonTextVersion = ' 1.12 .0'
21+ commonTextVersion = ' 1.13 .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.16.1 '
51- api ' commons-codec:commons-codec:1.17 .0'
50+ api ' commons-io:commons-io:2.18.0 '
51+ api ' commons-codec:commons-codec:1.18 .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.8.4 '
61+ testImplementation ' com.github.spotbugs:spotbugs-annotations:4.9.3 '
6262}
0 commit comments