This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 0dedf8e08dca81277d3764c2a7cb6e337925d703
Author: Dan Klco <k...@adobe.com>
AuthorDate: Fri Oct 27 00:07:00 2023 -0400

    trivial - updating frontend build node version and plugins
---
 .../src/main/resources/archetype-resources/pom.xml     | 18 +++---------------
 it/pom.xml                                             |  8 ++++----
 ui/pom.xml                                             |  6 +++---
 3 files changed, 10 insertions(+), 22 deletions(-)

diff --git a/archetype/src/main/resources/archetype-resources/pom.xml 
b/archetype/src/main/resources/archetype-resources/pom.xml
index 19581b03..bc3babb1 100644
--- a/archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/pom.xml
@@ -46,7 +46,7 @@ License. -->
       <plugin>
         <groupId>com.github.eirslett</groupId>
         <artifactId>frontend-maven-plugin</artifactId>
-        <version>1.7.6</version>
+        <version>1.14.2</version>
         <executions>
           <execution>
             <id>install node and npm</id>
@@ -54,8 +54,8 @@ License. -->
               <goal>install-node-and-npm</goal>
             </goals>
             <configuration>
-              <nodeVersion>v11.14.0</nodeVersion>
-              <npmVersion>6.9.0</npmVersion>
+              <nodeVersion>v18.16.1</nodeVersion>
+              <npmVersion>9.5.1</npmVersion>
             </configuration>
           </execution>
           <execution>
@@ -215,18 +215,6 @@ Sling-Model-Packages: ${package}
       <version>${osgi-annotation-version}</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi.core</artifactId>
-      <version>6.0.0</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi.cmpn</artifactId>
-      <version>6.0.0</version>
-      <scope>provided</scope>
-    </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
diff --git a/it/pom.xml b/it/pom.xml
index b4bc494b..26e7a628 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -93,7 +93,7 @@
                     <plugin>
                         <groupId>org.apache.sling</groupId>
                         <artifactId>feature-launcher-maven-plugin</artifactId>
-                        <version>0.1.4</version>
+                        <version>0.1.6</version>
                         <configuration>
                             <launches>
                                 <launch>
@@ -144,7 +144,7 @@
                     <plugin>
                         <groupId>com.github.eirslett</groupId>
                         <artifactId>frontend-maven-plugin</artifactId>
-                        <version>1.7.6</version>
+                        <version>1.14.2</version>
                         <executions>
                             <execution>
                                 <id>install node and npm</id>
@@ -152,8 +152,8 @@
                                     <goal>install-node-and-npm</goal>
                                 </goals>
                                 <configuration>
-                                    <nodeVersion>v14.2.0</nodeVersion>
-                                    <npmVersion>6.14.5</npmVersion>
+                                    <nodeVersion>v18.16.1</nodeVersion>
+                                    <npmVersion>9.5.1</npmVersion>
                                 </configuration>
                             </execution>
                             <execution>
diff --git a/ui/pom.xml b/ui/pom.xml
index f9a876ef..7810915d 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -87,7 +87,7 @@ License. -->
       <plugin>
         <groupId>com.github.eirslett</groupId>
         <artifactId>frontend-maven-plugin</artifactId>
-        <version>1.7.6</version>
+        <version>1.14.2</version>
         <executions>
           <execution>
             <id>install node and npm</id>
@@ -95,8 +95,8 @@ License. -->
               <goal>install-node-and-npm</goal>
             </goals>
             <configuration>
-              <nodeVersion>v14.2.0</nodeVersion>
-              <npmVersion>6.14.5</npmVersion>
+              <nodeVersion>v18.16.1</nodeVersion>
+              <npmVersion>9.5.1</npmVersion>
             </configuration>
           </execution>
           <execution>

Reply via email to