This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new e3c17d8 Bump org.apache.commons:commons-compress from 1.27.1 to
1.28.0 (#326)
e3c17d8 is described below
commit e3c17d8da964d00132795a2bd55b29fe5b1c20f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 5 10:24:51 2025 +0200
Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 (#326)
Bumps
[org.apache.commons:commons-compress](https://github.com/apache/commons-compress)
from 1.27.1 to 1.28.0.
-
[Changelog](https://github.com/apache/commons-compress/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-compress/compare/rel/commons-compress-1.27.1...rel/commons-compress-1.28.0)
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
dependency-version: 1.28.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e3111c1..df3aea5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
<commons-codec.version>1.19.0</commons-codec.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-collections4.version>4.5.0</commons-collections4.version>
- <commons-compress.version>1.27.1</commons-compress.version>
+ <commons-compress.version>1.28.0</commons-compress.version>
<commons-io.version>2.20.0</commons-io.version>
<commons-lang.version>2.6</commons-lang.version>
<commons-lang3.version>3.18.0</commons-lang3.version>