This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 29934b9 Bump org.codehaus.mojo:keytool-maven-plugin from 2.0.0 to
2.0.2
29934b9 is described below
commit 29934b95db90062389e92a81ae2c2b755a7f90dd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 12:15:42 2026 +0000
Bump org.codehaus.mojo:keytool-maven-plugin from 2.0.0 to 2.0.2
Bumps
[org.codehaus.mojo:keytool-maven-plugin](https://github.com/mojohaus/keytool)
from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/mojohaus/keytool/releases)
-
[Commits](https://github.com/mojohaus/keytool/compare/keytool-2.0.0...2.0.2)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:keytool-maven-plugin
dependency-version: 2.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 9a30f40..3ba5524 100644
--- a/pom.xml
+++ b/pom.xml
@@ -396,7 +396,7 @@ under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>keytool-maven-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.0.2</version>
<configuration>
<keystore>${basedir}/target/jetty.jks</keystore>
<dname>cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache,
c=Unknown</dname>