Skip to content

Commit 9ca088a

Browse files
Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 (#1471)
1 parent 8344396 commit 9ca088a

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
@@ -103,7 +103,7 @@ dependencies {
103103
runtimeOnly 'org.postgresql:postgresql:42.7.8' // postgresql jdbc driver required during runtime
104104

105105
implementation 'commons-io:commons-io:2.20.0' // I/O functionalities
106-
implementation 'commons-codec:commons-codec:1.19.0' // needed by commons-compress
106+
implementation 'commons-codec:commons-codec:1.20.0' // needed by commons-compress
107107
implementation 'org.apache.commons:commons-compress:1.28.0' // I/O functionalities
108108
}
109109

0 commit comments

Comments
 (0)