This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new ffb827e28b Bump org.apache.commons:commons-compress in /lang/java
(#3449)
ffb827e28b is described below
commit ffb827e28b3b4112165d8a521e3d2bb50a5fbe2c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 25 23:17:33 2025 +0200
Bump org.apache.commons:commons-compress in /lang/java (#3449)
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>
---
lang/java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index fd8a3ab2f7..d5aa46949d 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -39,7 +39,7 @@
<!-- version properties for dependencies -->
<ant.version>1.10.15</ant.version>
<commons-cli.version>1.9.0</commons-cli.version>
- <commons-compress.version>1.27.1</commons-compress.version>
+ <commons-compress.version>1.28.0</commons-compress.version>
<commons-text.version>1.14.0</commons-text.version>
<commons-lang3.version>3.18.0</commons-lang3.version>
<grpc.version>1.75.0</grpc.version>