Skip to content

Commit c0aade4

Browse files
Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 (#1384)
1 parent 38881f4 commit c0aade4

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

104104
implementation 'commons-io:commons-io:2.20.0' // I/O functionalities
105-
implementation 'commons-codec:commons-codec:1.18.0' // needed by commons-compress
105+
implementation 'commons-codec:commons-codec:1.19.0' // needed by commons-compress
106106
implementation 'org.apache.commons:commons-compress:1.27.1' // I/O functionalities
107107
}
108108

0 commit comments

Comments
 (0)