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 c3ced267e Update dependency com.github.eirslett:frontend-maven-plugin
to v1.15.4 (#225)
c3ced267e is described below
commit c3ced267e7fc602bdba0b28cf8215b27c3abd515
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Oct 8 12:54:09 2025 +0100
Update dependency com.github.eirslett:frontend-maven-plugin to v1.15.4
(#225)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 687a8654a..dbe54162b 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.1</version>
+ <version>1.15.4</version>
<configuration>
<npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven>
<installDirectory>${project.build.directory}</installDirectory>