Skip to content

Commit ba467a4

Browse files
Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 (#587)
1 parent c7f340b commit ba467a4

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
@@ -70,7 +70,7 @@ dependencies {
7070

7171
implementation 'commons-io:commons-io:2.20.0' // I/O functionalities
7272
implementation 'commons-codec:commons-codec:1.19.0' // needed by commons-compress
73-
implementation 'org.apache.commons:commons-compress:1.27.1' // I/O functionalities
73+
implementation 'org.apache.commons:commons-compress:1.28.0' // I/O functionalities
7474

7575
// testing
7676
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'

0 commit comments

Comments
 (0)