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 d99647370 Update dependency com.github.eirslett:frontend-maven-plugin
to v2.0.1 (#280)
d99647370 is described below
commit d99647370456df6d39df826015863d5422c5d430
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Jun 24 10:14:11 2026 +0100
Update dependency com.github.eirslett:frontend-maven-plugin to v2.0.1 (#280)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 78930b975..866eda50e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,7 +214,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
<configuration>
<npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven>
<installDirectory>${project.build.directory}</installDirectory>