This is an automated email from the ASF dual-hosted git repository.
cstamas 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 c1d02c9 [MINDEXER-216] Bump commons-cli:commons-cli from 1.6.0 to
1.7.0 (#360)
c1d02c9 is described below
commit c1d02c92f8e10a15a25eddbc83da0966243455c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 18 11:47:43 2024 +0200
[MINDEXER-216] Bump commons-cli:commons-cli from 1.6.0 to 1.7.0 (#360)
Bumps commons-cli:commons-cli from 1.6.0 to 1.7.0.
---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
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>
---
https://issues.apache.org/jira/browse/MINDEXER-216
---
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 a36e699..d93b3ab 100644
--- a/indexer-cli/pom.xml
+++ b/indexer-cli/pom.xml
@@ -67,7 +67,7 @@ under the License.
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.6.0</version>
+ <version>1.7.0</version>
</dependency>
<!-- Test -->