This is an automated email from the ASF dual-hosted git repository.
jihoonson pushed a commit to branch 0.21.0
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/0.21.0 by this push:
new c988b84 bump to latest of same version node and npm versions, bump
frontend-maven-plugin (#11057) (#11120)
c988b84 is described below
commit c988b844b303550cd6a22fda882e37f02d391cb9
Author: Jihoon Son <[email protected]>
AuthorDate: Thu Apr 15 18:42:11 2021 -0700
bump to latest of same version node and npm versions, bump
frontend-maven-plugin (#11057) (#11120)
Co-authored-by: Clint Wylie <[email protected]>
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 657bd6a..3fd1d76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,8 +101,8 @@
<resilience4j.version>1.3.1</resilience4j.version>
<!-- Spark updated in https://github.com/apache/spark/pull/19884 -->
<netty4.version>4.1.48.Final</netty4.version>
- <node.version>v10.14.2</node.version>
- <npm.version>6.5.0</npm.version>
+ <node.version>v10.24.0</node.version>
+ <npm.version>6.14.11</npm.version>
<postgresql.version>42.2.14</postgresql.version>
<protobuf.version>3.11.0</protobuf.version>
<slf4j.version>1.7.12</slf4j.version>
@@ -1712,10 +1712,10 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.6</version>
+ <version>1.11.3</version>
<configuration>
- <nodeVersion>v10.13.0</nodeVersion>
- <npmVersion>6.4.1</npmVersion>
+ <nodeVersion>${node.version}</nodeVersion>
+ <npmVersion>${npm.version}</npmVersion>
</configuration>
</plugin>
</plugins>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]