Skip to content

Commit 39cf2e6

Browse files
fix(deps): update all
1 parent 9098200 commit 39cf2e6

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
@@ -4,7 +4,7 @@ plugins {
44
id 'org.ajoberstar.grgit' version '5.2.2'
55
id "com.github.ben-manes.versions" version '0.51.0'
66
id 'ru.vyarus.mkdocs' version '3.0.0'
7-
id "com.github.spotbugs" version "6.0.9"
7+
id "com.github.spotbugs" version "6.0.12"
88
id 'com.diffplug.spotless' version '6.25.0'
99
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
1010
}
@@ -48,7 +48,7 @@ dependencies {
4848
implementation "org.apache.commons:commons-text:${commonTextVersion}"
4949
api "com.commercetools.sdk:commercetools-sdk-java-api:${commercetoolsJavaSdkV2Version}"
5050
api 'commons-io:commons-io:2.16.1'
51-
api 'commons-codec:commons-codec:1.16.1'
51+
api 'commons-codec:commons-codec:1.17.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}"

0 commit comments

Comments
 (0)