Bump commons compress to 1.26 (#5718)

* Bump commons compress to 1.26

* Use full version name

* Add changes.yaml
This commit is contained in:
dotasek 2024-02-22 14:02:40 -05:00 committed by GitHub
parent a5eddc3837
commit c7f413d6ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
---
- item:
type: "add"
title: "The version of a few dependencies have been bumped to the latest versions
(dependent HAPI modules listed in brackets):
<ul>
<li>Apache Commons Compress (Base): 1.21 -&gt; 1.26.0</li>
</ul>"

View File

@ -927,7 +927,7 @@
<checkstyle_version>10.6.0</checkstyle_version>
<maven_changes_version>2.12.1</maven_changes_version>
<commons_codec_version>1.15</commons_codec_version>
<commons_compress_version>1.21</commons_compress_version>
<commons_compress_version>1.26.0</commons_compress_version>
<!--
Note if you bump the version here - The commons-dbcp2 2.11.0 version
explicitly depends on commons-pool2 2.12.0, so we explicitly specify that