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:
parent
a5eddc3837
commit
c7f413d6ea
|
@ -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 -> 1.26.0</li>
|
||||
</ul>"
|
2
pom.xml
2
pom.xml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue