This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new bbc06df4b2 Bump commons-cli:commons-cli from 1.8.0 to 1.9.0
bbc06df4b2 is described below
commit bbc06df4b24f833832a466de9e48e16cd7bb74b1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 15 13:41:21 2024 +0000
Bump commons-cli:commons-cli from 1.8.0 to 1.9.0
Bumps commons-cli:commons-cli from 1.8.0 to 1.9.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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bfdad58bbd..9bc5b33d06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -495,7 +495,7 @@
<xmlbeans.version>3.0.1</xmlbeans.version>
<xmlunit.version>2.10.0</xmlunit.version>
<xml_resolver.version>1.2</xml_resolver.version>
- <commons.cli.version>1.8.0</commons.cli.version>
+ <commons.cli.version>1.9.0</commons.cli.version>
<!-- The build failing if tests are skipped is very annoying -->
<failIfNoTests>false</failIfNoTests>
<m2Repository>'${settings.localRepository}'</m2Repository>