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 e53315d0b Bump org.codehaus.mojo:keytool-maven-plugin from 2.0.1 to
2.0.2
e53315d0b is described below
commit e53315d0b4da7ba8fba4b23514bdd9f087608a4e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 03:54:22 2026 +0000
Bump org.codehaus.mojo:keytool-maven-plugin from 2.0.1 to 2.0.2
Bumps
[org.codehaus.mojo:keytool-maven-plugin](https://github.com/mojohaus/keytool)
from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/mojohaus/keytool/releases)
- [Commits](https://github.com/mojohaus/keytool/compare/2.0.1...2.0.2)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:keytool-maven-plugin
dependency-version: 2.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 587096e51..5042b463a 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>2.0.1</version>
+ <version>2.0.2</version>
<executions>
<execution>
<id>generate-key-pair</id>