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 50e378057 chore(deps): update dependency
com.github.eirslett:frontend-maven-plugin to v1.15.1 (#179)
50e378057 is described below
commit 50e3780576c8e76edab28dcf9a33c2fc3d34e81a
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Sep 23 10:33:12 2024 +0200
chore(deps): update dependency com.github.eirslett:frontend-maven-plugin to
v1.15.1 (#179)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f9af097b2..83a0a5370 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,7 +226,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.15.0</version>
+ <version>1.15.1</version>
<configuration>
<npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven>
<installDirectory>${project.build.directory}</installDirectory>