This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new f61d504e5 chore(deps): update dependency
com.github.eirslett:frontend-maven-plugin to v2 (#252)
f61d504e5 is described below
commit f61d504e523ec2944f7b78ff30d4dd41953c4703
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Dec 22 08:31:30 2025 +0000
chore(deps): update dependency com.github.eirslett:frontend-maven-plugin to
v2 (#252)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 30ec445ee..bdd265e29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.15.4</version>
+ <version>2.0.0</version>
<configuration>
<npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven>
<installDirectory>${project.build.directory}</installDirectory>