Skip to content

Commit 09ba436

Browse files
committed
fix(deps): update all
1 parent 08e23ef commit 09ba436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1'
50+
api 'commons-io:commons-io:2.16.1'
5151
api 'commons-codec:commons-codec:1.16.1'
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.3'
60+
testImplementation 'com.github.spotbugs:spotbugs-annotations:4.8.4'
6161
}

0 commit comments

Comments
 (0)