Skip to content

Commit 7e5f98c

Browse files
committed
fix(deps): update all
1 parent 784c27e commit 7e5f98c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ plugins {
22
id 'org.ajoberstar.git-publish' version '4.2.1'
33
id 'com.adarshr.test-logger' version '4.0.0'
44
id 'org.ajoberstar.grgit' version '5.2.1'
5-
id "com.github.ben-manes.versions" version '0.49.0'
5+
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.3"
7+
id "com.github.spotbugs" version "5.2.4"
88
id 'com.diffplug.spotless' version '6.22.0'
99
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
1010
}
@@ -47,10 +47,10 @@ 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.11.0'
50+
api 'commons-io:commons-io:2.15.0'
5151
api 'commons-codec:commons-codec:1.16.0'
5252
api 'com.google.code.findbugs:annotations:3.0.1'
53-
api 'com.neovisionaries:nv-i18n:1.28'
53+
api 'com.neovisionaries:nv-i18n:1.29'
5454
testImplementation "org.mockito:mockito-junit-jupiter:${mockitoJunitJupiterVersion}"
5555
testImplementation "org.junit.jupiter:junit-jupiter-api:${jupiterApiVersion}"
5656
testImplementation "org.junit.jupiter:junit-jupiter-params:${jupiterApiVersion}"

0 commit comments

Comments
 (0)