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

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e6c95cbe41 Improved: Update build.gradle to the latest dependencies 
(OFBIZ-10213)
e6c95cbe41 is described below

commit e6c95cbe4126004da54e6ae2bd31eb64867d93c7
Author: Jacques Le Roux <[email protected]>
AuthorDate: Fri Nov 4 14:46:36 2022 +0100

    Improved: Update build.gradle to the latest dependencies (OFBIZ-10213)
    
    Using node 13.14.0 (necessary on Win7) instead of 16.13.1 (necessary on Mac)
    slipped in by error in a previous commit
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index ac5b2ce955..c2e386b137 100644
--- a/build.gradle
+++ b/build.gradle
@@ -110,7 +110,7 @@ javadoc {
 
 node {
     download = true
-    version = "13.14.0"
+    version = "16.13.1"
     // npmVersion will be the one that comes default with node
 
     // https://github.com/node-gradle/gradle-node-plugin/blob/2.2.4/README.md

Reply via email to