Skip to content

Commit 4ee9d54

Browse files
Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (#1117)
1 parent 5bf9992 commit 4ee9d54

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
@@ -94,7 +94,7 @@ dependencies {
9494
runtimeOnly 'org.postgresql:postgresql:42.7.3' // postgresql jdbc driver required during runtime
9595

9696
implementation 'commons-io:commons-io:2.16.1' // I/O functionalities
97-
implementation 'commons-codec:commons-codec:1.17.0' // needed by commons-compress
97+
implementation 'commons-codec:commons-codec:1.17.1' // needed by commons-compress
9898
implementation 'org.apache.commons:commons-compress:1.26.2' // I/O functionalities
9999
}
100100

0 commit comments

Comments
 (0)