This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 918812e85020cac14bb16af25df79713192f3867
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 18:29:03 2026 +0000
Bump com.github.eirslett:frontend-maven-plugin from 1.15.0 to 2.0.0
Bumps
[com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin)
from 1.15.0 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.0...frontend-plugins-2.0.0)
---
updated-dependencies:
- dependency-name: com.github.eirslett:frontend-maven-plugin
dependency-version: 2.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
gremlin-js/gremlin-javascript/pom.xml | 2 +-
gremlin-js/gremlin-mcp/pom.xml | 2 +-
gremlin-js/gremlint/pom.xml | 2 +-
gremlin-js/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gremlin-js/gremlin-javascript/pom.xml
b/gremlin-js/gremlin-javascript/pom.xml
index 0957b4ec32..97ad70b0ae 100644
--- a/gremlin-js/gremlin-javascript/pom.xml
+++ b/gremlin-js/gremlin-javascript/pom.xml
@@ -38,7 +38,7 @@ limitations under the License.
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.15.0</version>
+ <version>2.0.0</version>
</plugin>
</plugins>
</pluginManagement>
diff --git a/gremlin-js/gremlin-mcp/pom.xml b/gremlin-js/gremlin-mcp/pom.xml
index 364f21af71..6930a75a63 100644
--- a/gremlin-js/gremlin-mcp/pom.xml
+++ b/gremlin-js/gremlin-mcp/pom.xml
@@ -103,7 +103,7 @@ limitations under the License.
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.15.0</version>
+ <version>2.0.0</version>
<executions>
<execution>
<id>install node and npm at workspace root</id>
diff --git a/gremlin-js/gremlint/pom.xml b/gremlin-js/gremlint/pom.xml
index cd4f124775..0eb0a29159 100644
--- a/gremlin-js/gremlint/pom.xml
+++ b/gremlin-js/gremlint/pom.xml
@@ -38,7 +38,7 @@ limitations under the License.
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.15.0</version>
+ <version>2.0.0</version>
</plugin>
</plugins>
</pluginManagement>
diff --git a/gremlin-js/pom.xml b/gremlin-js/pom.xml
index 79e2134e82..71c59fac8b 100644
--- a/gremlin-js/pom.xml
+++ b/gremlin-js/pom.xml
@@ -48,7 +48,7 @@ limitations under the License.
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.15.0</version>
+ <version>2.0.0</version>
<inherited>false</inherited>
<executions>
<execution>