Skip to content

Commit a103fa6

Browse files
dependabot[bot]sebastian-peter
authored andcommitted
Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0
Bumps org.apache.commons:commons-compress from 1.25.0 to 1.26.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d286384 commit a103fa6

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.2' // postgresql jdbc driver required during runtime
9595

9696
implementation 'commons-io:commons-io:2.15.1' // I/O functionalities
97-
implementation 'org.apache.commons:commons-compress:1.25.0' // I/O functionalities
97+
implementation 'org.apache.commons:commons-compress:1.26.0' // I/O functionalities
9898
implementation 'org.apache.commons:commons-lang3:3.14.0'
9999
}
100100

0 commit comments

Comments
 (0)