This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git
The following commit(s) were added to refs/heads/master by this push:
new 97a7c24 Bump commons-cli:commons-cli from 1.10.0 to 1.11.0 (#712)
97a7c24 is described below
commit 97a7c249a6c1771d5160f0231984189bca86f2cd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 13 15:52:29 2025 +0100
Bump commons-cli:commons-cli from 1.10.0 to 1.11.0 (#712)
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from
1.10.0 to 1.11.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.10.0...rel/commons-cli-1.11.0)
---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
dependency-version: 1.11.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>
---
indexer-cli/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/indexer-cli/pom.xml b/indexer-cli/pom.xml
index 99b8978..44b75e3 100644
--- a/indexer-cli/pom.xml
+++ b/indexer-cli/pom.xml
@@ -68,7 +68,7 @@ under the License.
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.10.0</version>
+ <version>1.11.0</version>
</dependency>
<!-- Test -->