This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new bc6ea4f7e2 Bump org.apache.maven.plugins:maven-archetype-plugin from
3.3.1 to 3.4.0 (#1163)
bc6ea4f7e2 is described below
commit bc6ea4f7e2be6c21321cc399c51204727905c13e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 19 09:40:44 2025 +0200
Bump org.apache.maven.plugins:maven-archetype-plugin from 3.3.1 to 3.4.0
(#1163)
Bumps
[org.apache.maven.plugins:maven-archetype-plugin](https://github.com/apache/maven-archetype)
from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/apache/maven-archetype/releases)
-
[Commits](https://github.com/apache/maven-archetype/compare/maven-archetype-3.3.1...maven-archetype-3.4.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-archetype-plugin
dependency-version: 3.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6988df2df0..daa671b122 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
<!-- Maven plugins -->
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
<japicmp-maven-plugin.version>0.23.1</japicmp-maven-plugin.version>
-
<maven-archetype-plugin.version>3.3.1</maven-archetype-plugin.version>
+
<maven-archetype-plugin.version>3.4.0</maven-archetype-plugin.version>
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
<maven-clean-plugin.version>3.4.1</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>