Skip to content

Commit

Permalink
[MASSEMBLY-1024] Bump org.apache.commons:commons-compress from 1.25.0…
Browse files Browse the repository at this point in the history
… 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] <support@github.com>

* Add commons-io to invoker dependency

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
  • Loading branch information
dependabot[bot] and slawekjaranowski committed Mar 14, 2024
1 parent bdcc4d0 commit 86bbed0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -390,7 +390,13 @@ under the License.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.25.0</version>
<version>1.26.1</version>
</dependency>
<dependency>
<!-- newer version needed by commons-compress -->
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
Expand Down

0 comments on commit 86bbed0

Please sign in to comment.