This is an automated email from the ASF dual-hosted git repository.
mgrigorov 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 f20f70914 Bump org.apache.commons:commons-compress in /lang/java
(#2794)
f20f70914 is described below
commit f20f7091412984d827046a27fda9ec1f35e6dc4b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 11 09:42:26 2024 +0200
Bump org.apache.commons:commons-compress in /lang/java (#2794)
Bumps org.apache.commons:commons-compress from 1.26.0 to 1.26.1.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 105c5ad1b..008d2f7e8 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -39,7 +39,7 @@
<!-- version properties for dependencies -->
<ant.version>1.10.14</ant.version>
<commons-cli.version>1.6.0</commons-cli.version>
- <commons-compress.version>1.26.0</commons-compress.version>
+ <commons-compress.version>1.26.1</commons-compress.version>
<commons-text.version>1.11.0</commons-text.version>
<commons-lang3.version>3.14.0</commons-lang3.version>
<grpc.version>1.62.2</grpc.version>