Skip to content

Commit 1277513

Browse files
committed
fix(deps): update dependency commons-codec:commons-codec to v1.16.1
1 parent f80f688 commit 1277513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.15.1'
51-
api 'commons-codec:commons-codec:1.16.0'
51+
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'
5454
testImplementation "org.mockito:mockito-junit-jupiter:${mockitoJunitJupiterVersion}"

0 commit comments

Comments
 (0)