This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 26e339bb3f1 Update plugin com.github.node-gradle.node to v7.1.0
(branch_9x) (#3564)
26e339bb3f1 is described below
commit 26e339bb3f15bdb027b16ad02edf33f85c650140
Author: Solr Bot <[email protected]>
AuthorDate: Mon Sep 1 11:01:19 2025 +0200
Update plugin com.github.node-gradle.node to v7.1.0 (branch_9x) (#3564)
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index cff057eab71..848661ca1a8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,7 +27,7 @@ plugins {
id 'de.undercouch.download' version '5.6.0' apply false
id 'net.ltgt.errorprone' version '3.1.0' apply false
id 'com.diffplug.spotless' version '6.5.2' apply false
- id 'com.github.node-gradle.node' version '7.0.1' apply false
+ id 'com.github.node-gradle.node' version '7.1.0' apply false
}
apply from: file('gradle/globals.gradle')