This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 040b7903e189 chore(deps-dev): Bump
com.github.eirslett:frontend-maven-plugin
040b7903e189 is described below
commit 040b7903e1894b4ee3c5345df6f01aa07dc38a1f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 07:42:57 2026 +0000
chore(deps-dev): Bump com.github.eirslett:frontend-maven-plugin
Bumps
[com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin)
from 1.15.1 to 2.0.0.
-
[Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-1.15.1...frontend-plugins-2.0.0)
---
updated-dependencies:
- dependency-name: com.github.eirslett:frontend-maven-plugin
dependency-version: 2.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
docs/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/pom.xml b/docs/pom.xml
index 71e13f8aa06a..55b34dcc8b91 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -131,7 +131,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.15.1</version>
+ <version>2.0.0</version>
<executions>
<execution>
<id>install node and yarn</id>