@@ -4,8 +4,8 @@ plugins {
44 id ' org.ajoberstar.grgit' version ' 5.2.1'
55 id " com.github.ben-manes.versions" version ' 0.50.0'
66 id ' ru.vyarus.mkdocs' version ' 3.0.0'
7- id " com.github.spotbugs" version " 5.2.4 "
8- id ' com.diffplug.spotless' version ' 6.22.0 '
7+ id " com.github.spotbugs" version " 5.2.5 "
8+ id ' com.diffplug.spotless' version ' 6.23.3 '
99 id ' io.github.gradle-nexus.publish-plugin' version ' 1.3.0'
1010}
1111
@@ -47,7 +47,7 @@ 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.15.0 '
50+ api ' commons-io:commons-io:2.15.1 '
5151 api ' commons-codec:commons-codec:1.16.0'
5252 api ' com.google.code.findbugs:annotations:3.0.1'
5353 api ' com.neovisionaries:nv-i18n:1.29'
@@ -57,5 +57,5 @@ dependencies {
5757 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:${ jupiterApiVersion} "
5858 testRuntimeOnly " org.junit.vintage:junit-vintage-engine:${ jupiterApiVersion} "
5959 testImplementation " org.assertj:assertj-core:${ assertjVersion} "
60- testImplementation ' com.github.spotbugs:spotbugs-annotations:4.8.1 '
60+ testImplementation ' com.github.spotbugs:spotbugs-annotations:4.8.2 '
6161}
0 commit comments