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 2aa3841 Bump org.codehaus.mojo:keytool-maven-plugin from 1.7 to 2.0.0
2aa3841 is described below
commit 2aa3841a979746e43c202021c79f388a75254cdb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 5 11:05:14 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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2999c98..04ed2bf 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>1.7</version>
+ <version>2.0.0</version>
<configuration>
<keystore>${basedir}/target/jetty.jks</keystore>
<dname>cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache,
c=Unknown</dname>