Skip to content

Commit 0aaf3fa

Browse files
Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 (#1406)
1 parent 1dcab7d commit 0aaf3fa

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
@@ -104,7 +104,7 @@ dependencies {
104104

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

110110
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)