You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/13 11:08:48 UTC

[camel-website] 01/01: Upgrade frontend-maven-plugin 1.13.4

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

davsclaus pushed a commit to branch fe
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit ab08a01fc94b9846a5346af119bf5ba9330868a5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Aug 13 13:08:38 2023 +0200

    Upgrade frontend-maven-plugin 1.13.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a16cb4ab..b98ff15b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
         <plugin>
           <groupId>com.github.eirslett</groupId>
           <artifactId>frontend-maven-plugin</artifactId>
-          <version>1.12.1</version>
+          <version>1.13.4</version>
         </plugin>
       </plugins>
     </pluginManagement>