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 b20dcbc34 Bump org.apache.commons:commons-compress in /lang/java
(#3086)
b20dcbc34 is described below
commit b20dcbc3401cbbdb1f1fcc1c9bd5710f3a7de0a5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 16 15:46:16 2024 +0200
Bump org.apache.commons:commons-compress in /lang/java (#3086)
Bumps org.apache.commons:commons-compress from 1.26.2 to 1.27.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>
---
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 9c5f9eb0a..d1e7c9c5b 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.8.0</commons-cli.version>
- <commons-compress.version>1.26.2</commons-compress.version>
+ <commons-compress.version>1.27.0</commons-compress.version>
<commons-text.version>1.12.0</commons-text.version>
<commons-lang3.version>3.15.0</commons-lang3.version>
<grpc.version>1.65.1</grpc.version>