This is an automated email from the ASF dual-hosted git repository.
opwvhk 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 78e7124f5d Bump commons-cli:commons-cli from 1.9.0 to 1.10.0 in
/lang/java (#3450)
78e7124f5d is described below
commit 78e7124f5da34eced37de92868fb12e140fddf93
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 2 09:15:36 2025 +0200
Bump commons-cli:commons-cli from 1.9.0 to 1.10.0 in /lang/java (#3450)
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from
1.9.0 to 1.10.0.
-
[Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-cli/compare/rel/commons-cli-1.9.0...rel/commons-cli-1.10.0)
---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
dependency-version: 1.10.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 b259de6d61..a80c177121 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -38,7 +38,7 @@
<!-- version properties for dependencies -->
<ant.version>1.10.15</ant.version>
- <commons-cli.version>1.9.0</commons-cli.version>
+ <commons-cli.version>1.10.0</commons-cli.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>