This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push: new 5fb17a0b Upgrade frontend-maven-plugin 1.13.4 (#1054) 5fb17a0b is described below commit 5fb17a0b295eb6bd47b9620f1a3a45df968f29ff Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Aug 13 17:14:27 2023 +0200 Upgrade frontend-maven-plugin 1.13.4 (#1054) --- 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>