Skip to content

Commit 86bbed0

Browse files
[MASSEMBLY-1024] Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.1 (#191)
* Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.1 Bumps org.apache.commons:commons-compress from 1.25.0 to 1.26.1. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Add commons-io to invoker dependency --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <[email protected]>
1 parent bdcc4d0 commit 86bbed0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,13 @@ under the License.
390390
<dependency>
391391
<groupId>org.apache.commons</groupId>
392392
<artifactId>commons-compress</artifactId>
393-
<version>1.25.0</version>
393+
<version>1.26.1</version>
394+
</dependency>
395+
<dependency>
396+
<!-- newer version needed by commons-compress -->
397+
<groupId>commons-io</groupId>
398+
<artifactId>commons-io</artifactId>
399+
<version>2.15.1</version>
394400
</dependency>
395401
<dependency>
396402
<groupId>com.github.luben</groupId>

0 commit comments

Comments
 (0)