This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 8f3cb54e1 Bump org.apache.commons:commons-compress in /lang/java
(#2629)
8f3cb54e1 is described below
commit 8f3cb54e1cd7371819248235113096c533bfa6db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 18 11:08:54 2024 +0200
Bump org.apache.commons:commons-compress in /lang/java (#2629)
Bumps org.apache.commons:commons-compress from 1.24.0 to 1.25.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
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>
(cherry picked from commit 161a99d01370c05fd8dfc3a77dd350f5438dc83c)
---
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 c1a41fc46..f9e2a382e 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -53,7 +53,7 @@
<maven-core.version>3.3.9</maven-core.version>
<ant.version>1.10.14</ant.version>
<commons-cli.version>1.5.0</commons-cli.version>
- <commons-compress.version>1.24.0</commons-compress.version>
+ <commons-compress.version>1.25.0</commons-compress.version>
<commons-text.version>1.10.0</commons-text.version>
<tukaani.version>1.9</tukaani.version>
<mockito.version>4.11.0</mockito.version>