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/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 5268365e8 Bump org.codehaus.mojo:keytool-maven-plugin from 1.7 to 2.0.0
5268365e8 is described below
commit 5268365e8a445744428f9652280b6e7a411e17e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 4 18:24:52 2026 +0000
Bump org.codehaus.mojo:keytool-maven-plugin from 1.7 to 2.0.0
Bumps
[org.codehaus.mojo:keytool-maven-plugin](https://github.com/mojohaus/keytool)
from 1.7 to 2.0.0.
- [Release notes](https://github.com/mojohaus/keytool/releases)
-
[Commits](https://github.com/mojohaus/keytool/compare/keytool-1.7...keytool-2.0.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:keytool-maven-plugin
dependency-version: 2.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
systests/wss4j-tests/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systests/wss4j-tests/pom.xml b/systests/wss4j-tests/pom.xml
index 4bc918cda..27f9676f1 100644
--- a/systests/wss4j-tests/pom.xml
+++ b/systests/wss4j-tests/pom.xml
@@ -134,7 +134,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>keytool-maven-plugin</artifactId>
- <version>1.7</version>
+ <version>2.0.0</version>
<executions>
<execution>
<id>generate-key-pair</id>