This is an automated email from the ASF dual-hosted git repository.
epugh 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 a5cfdc434db Backport: Bump NodeJS version to 22 and web dependencies
(#3201) (#3508)
a5cfdc434db is described below
commit a5cfdc434db071fd5fd0671957128bab3d06b612
Author: Christos Malliaridis <[email protected]>
AuthorDate: Thu Oct 23 15:19:24 2025 +0300
Backport: Bump NodeJS version to 22 and web dependencies (#3201) (#3508)
This is the backport of 126ac8d5130653dbcb1933ab63bb6a53391607f4.
Co-authored-by: Eric Pugh <[email protected]>
---
gradle/node.gradle | 2 +-
solr/solr-ref-guide/build.gradle | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/gradle/node.gradle b/gradle/node.gradle
index 74796cfa354..81bb68e9c7c 100644
--- a/gradle/node.gradle
+++ b/gradle/node.gradle
@@ -40,7 +40,7 @@ configure([project(":solr:packaging"),
project(":solr:solr-ref-guide"), project(
node {
download = true
- version = "16.20.2" // LTS
+ version = "22.18.0" // LTS
def nodeDistUrl = "${ -> propertyOrEnvOrDefault("solr.node.distUrl",
"SOLR_NODE_DIST_URL", '') }"
if (!nodeDistUrl.isEmpty()) {
diff --git a/solr/solr-ref-guide/build.gradle b/solr/solr-ref-guide/build.gradle
index 626c2d03fa1..18e28836ee1 100644
--- a/solr/solr-ref-guide/build.gradle
+++ b/solr/solr-ref-guide/build.gradle
@@ -59,14 +59,14 @@ dependencies {
}
ext {
- antoraVersion = "3.1.4"
- antoraLunrExtensionVersion = "1.0.0-alpha.8"
+ antoraVersion = "3.1.12"
+ antoraLunrExtensionVersion = "1.0.0-alpha.10"
asciidoctorMathjaxVersion = "0.0.9"
asciidoctorTabsVersion = "1.0.0-beta.6"
linkCheckerVersion = "1.4.2"
- gulpCliVersion = "2.3.0"
- // Most recent commit as of 2022-06-24, this repo does not have tags
- antoraDefaultUIVersion = "51ad811622394027afb4e182c2fdabc235ae04dd"
+ gulpCliVersion = "3.1.0"
+ // Most recent commit as of 2025-08-03, this repo does not have tags
+ antoraDefaultUIVersion = "782311344b54aaa734d4c86629b8cd75e4da36d6"
siteDir = "${buildDir}/site"
antoraConfigBuildDir = "${buildDir}/antora-config"