From 86bbed043dbe78f6c32e99c1e433e052b2d78f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 00:05:52 +0100 Subject: [PATCH] [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] * Add commons-io to invoker dependency --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a124db45..05cffdcf 100644 --- a/pom.xml +++ b/pom.xml @@ -390,7 +390,13 @@ under the License. org.apache.commons commons-compress - 1.25.0 + 1.26.1 + + + + commons-io + commons-io + 2.15.1 com.github.luben