This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_10x by this push:
new e97fab92b5f Update apache.log4j to v2.26.0 (#4339)
e97fab92b5f is described below
commit e97fab92b5fb7c6a38adeed69092ef86a0ae0ca5
Author: Solr Bot <[email protected]>
AuthorDate: Thu Jun 25 21:16:47 2026 +0200
Update apache.log4j to v2.26.0 (#4339)
(cherry picked from commit c41afeb10dd1b96fa44e1b47f199d732bba31065)
---
.github/renovate.json | 4 ++--
changelog/unreleased/PR#4339-update-apache-log4j.yml | 7 +++++++
gradle/libs.versions.toml | 2 +-
solr/api/gradle.lockfile | 6 +++---
solr/benchmark/gradle.lockfile | 6 +++---
solr/core/gradle.lockfile | 6 +++---
solr/cross-dc-manager/gradle.lockfile | 12 ++++++------
solr/licenses/log4j-1.2-api-2.25.4.jar.sha1 | 1 -
solr/licenses/log4j-1.2-api-2.26.0.jar.sha1 | 1 +
solr/licenses/log4j-api-2.25.4.jar.sha1 | 1 -
solr/licenses/log4j-api-2.26.0.jar.sha1 | 1 +
solr/licenses/log4j-core-2.25.4.jar.sha1 | 1 -
solr/licenses/log4j-core-2.26.0.jar.sha1 | 1 +
solr/licenses/log4j-layout-template-json-2.25.4.jar.sha1 | 1 -
solr/licenses/log4j-layout-template-json-2.26.0.jar.sha1 | 1 +
solr/licenses/log4j-slf4j2-impl-2.25.4.jar.sha1 | 1 -
solr/licenses/log4j-slf4j2-impl-2.26.0.jar.sha1 | 1 +
solr/licenses/log4j-web-2.25.4.jar.sha1 | 1 -
solr/licenses/log4j-web-2.26.0.jar.sha1 | 1 +
solr/modules/analysis-extras/gradle.lockfile | 12 ++++++------
solr/modules/clustering/gradle.lockfile | 12 ++++++------
solr/modules/cross-dc/gradle.lockfile | 12 ++++++------
solr/modules/cuvs/gradle.lockfile | 12 ++++++------
solr/modules/extraction/gradle.lockfile | 12 ++++++------
solr/modules/gcs-repository/gradle.lockfile | 12 ++++++------
solr/modules/jwt-auth/gradle.lockfile | 12 ++++++------
solr/modules/langid/gradle.lockfile | 12 ++++++------
solr/modules/language-models/gradle.lockfile | 12 ++++++------
solr/modules/ltr/gradle.lockfile | 12 ++++++------
solr/modules/opentelemetry/gradle.lockfile | 12 ++++++------
solr/modules/s3-repository/gradle.lockfile | 12 ++++++------
solr/modules/scripting/gradle.lockfile | 12 ++++++------
solr/modules/sql/gradle.lockfile | 12 ++++++------
solr/server/gradle.lockfile | 12 ++++++------
solr/solr-ref-guide/gradle.lockfile | 6 +++---
solr/solrj-jetty/gradle.lockfile | 6 +++---
solr/solrj-streaming/gradle.lockfile | 6 +++---
solr/solrj-zookeeper/gradle.lockfile | 6 +++---
solr/solrj/gradle.lockfile | 6 +++---
solr/test-framework/gradle.lockfile | 6 +++---
solr/webapp/gradle.lockfile | 12 ++++++------
41 files changed, 145 insertions(+), 138 deletions(-)
diff --git a/.github/renovate.json b/.github/renovate.json
index df8acf11e36..2a96c8b3706 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -9,11 +9,11 @@
"includePaths": ["gradle/libs.versions.toml", "versions.*", "build.gradle",
".github/workflows/*"],
"postUpgradeTasks": {
"commands": [
- "./gradlew resolveAndLockAll --write-locks",
+ "./gradlew resolveAndLockAll collectJarInfos --write-locks",
"./gradlew kotlinUpgradeYarnLock",
"./gradlew updateLicenses"
],
- "fileFilters": ["solr/licenses/*.sha1"],
+ "fileFilters": ["solr/licenses/*.sha1", "solr/**/gradle.lockfile"],
"executionMode": "branch"
},
"packageRules": [
diff --git a/changelog/unreleased/PR#4339-update-apache-log4j.yml
b/changelog/unreleased/PR#4339-update-apache-log4j.yml
new file mode 100644
index 00000000000..8f10e0d8f55
--- /dev/null
+++ b/changelog/unreleased/PR#4339-update-apache-log4j.yml
@@ -0,0 +1,7 @@
+title: Update apache.log4j to v2.26.0
+type: dependency_update
+authors:
+- name: solrbot
+links:
+- name: PR#4339
+ url: https://github.com/apache/solr/pull/4339
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 361fc78f93e..38a530361fb 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -35,7 +35,7 @@ apache-httpcomponents-httpclient = "4.5.14"
apache-httpcomponents-httpcore = "4.4.16"
apache-httpcomponents-httpmime = "4.5.14"
apache-kafka = "3.9.2"
-apache-log4j = "2.25.4"
+apache-log4j = "2.26.0"
apache-lucene = "10.4.0"
apache-opennlp = "2.5.9"
apache-rat = "0.15"
diff --git a/solr/api/gradle.lockfile b/solr/api/gradle.lockfile
index ed6dcad570a..31710fe77e1 100644
--- a/solr/api/gradle.lockfile
+++ b/solr/api/gradle.lockfile
@@ -92,9 +92,9 @@
org.apache.commons:commons-math3:3.6.1=jarValidation,testRuntimeClasspath
org.apache.curator:curator-client:5.9.0=jarValidation,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-framework:5.9.0=jarValidation,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,testRuntimeClasspath
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,testRuntimeClasspath
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,testRuntimeClasspath
org.apache.lucene:lucene-analysis-common:10.4.0=jarValidation,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,testRuntimeClasspath
diff --git a/solr/benchmark/gradle.lockfile b/solr/benchmark/gradle.lockfile
index 2d9951c8c15..7c5d7a16171 100644
--- a/solr/benchmark/gradle.lockfile
+++ b/solr/benchmark/gradle.lockfile
@@ -82,9 +82,9 @@
org.apache.commons:commons-math3:3.6.1=annotationProcessor,compileClasspath,jarV
org.apache.curator:curator-client:5.9.0=compileClasspath,jarValidation,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-framework:5.9.0=compileClasspath,jarValidation,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-test:5.9.0=jarValidation,runtimeClasspath,testRuntimeClasspath
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,runtimeClasspath,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,runtimeClasspath,testRuntimeClasspath
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,runtimeClasspath,testRuntimeClasspath
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,runtimeClasspath,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,runtimeClasspath,testRuntimeClasspath
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,runtimeClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-common:10.4.0=compileClasspath,jarValidation,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,runtimeClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,runtimeClasspath,testRuntimeClasspath
diff --git a/solr/core/gradle.lockfile b/solr/core/gradle.lockfile
index 8a69f8aa3dd..93e53e6a3be 100644
--- a/solr/core/gradle.lockfile
+++ b/solr/core/gradle.lockfile
@@ -89,9 +89,9 @@
org.apache.commons:commons-math3:3.6.1=apiHelper,compileClasspath,compileClasspa
org.apache.curator:curator-client:5.9.0=apiHelper,compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,runtimeLibs,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
org.apache.curator:curator-framework:5.9.0=apiHelper,compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,runtimeLibs,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
org.apache.curator:curator-test:5.9.0=jarValidation,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
-org.apache.logging.log4j:log4j-api:2.25.4=compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,runtimeLibs,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
-org.apache.logging.log4j:log4j-core:2.25.4=compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,runtimeLibs,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,runtimeClasspath,runtimeClasspathCopy,runtimeLibs,testRuntimeClasspath,testRuntimeClasspathCopy
+org.apache.logging.log4j:log4j-api:2.26.0=compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,runtimeLibs,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
+org.apache.logging.log4j:log4j-core:2.26.0=compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,runtimeLibs,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,runtimeClasspath,runtimeClasspathCopy,runtimeLibs,testRuntimeClasspath,testRuntimeClasspathCopy
org.apache.lucene:lucene-analysis-common:10.4.0=apiHelper,compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,runtimeLibs,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
org.apache.lucene:lucene-analysis-icu:10.4.0=jarValidation,testRuntimeClasspath,testRuntimeClasspathCopy
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,runtimeClasspath,runtimeClasspathCopy,runtimeLibs,testRuntimeClasspath,testRuntimeClasspathCopy
diff --git a/solr/cross-dc-manager/gradle.lockfile
b/solr/cross-dc-manager/gradle.lockfile
index f41612d527b..8c0787bf11d 100644
--- a/solr/cross-dc-manager/gradle.lockfile
+++ b/solr/cross-dc-manager/gradle.lockfile
@@ -141,12 +141,12 @@
org.apache.kafka:kafka-streams:3.9.2=jarValidation,runtimeClasspath,runtimeLibs,
org.apache.kafka:kafka-tools-api:3.9.2=jarValidation,runtimeClasspath,runtimeLibs,testRuntimeClasspath
org.apache.kafka:kafka-transaction-coordinator:3.9.2=jarValidation,runtimeClasspath,runtimeLibs,testRuntimeClasspath
org.apache.kafka:kafka_2.13:3.9.2=jarValidation,runtimeClasspath,runtimeLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-web:2.25.4=solrPlatformLibs
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-web:2.26.0=solrPlatformLibs
org.apache.lucene:lucene-analysis-common:10.4.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
diff --git a/solr/licenses/log4j-1.2-api-2.25.4.jar.sha1
b/solr/licenses/log4j-1.2-api-2.25.4.jar.sha1
deleted file mode 100644
index 8128cd2c3a1..00000000000
--- a/solr/licenses/log4j-1.2-api-2.25.4.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-351888743c1d0f7c9ec97a909ff2f7901f77df63
diff --git a/solr/licenses/log4j-1.2-api-2.26.0.jar.sha1
b/solr/licenses/log4j-1.2-api-2.26.0.jar.sha1
new file mode 100644
index 00000000000..c075de74e19
--- /dev/null
+++ b/solr/licenses/log4j-1.2-api-2.26.0.jar.sha1
@@ -0,0 +1 @@
+9670c600b4b03c64660321273863224c54180431
diff --git a/solr/licenses/log4j-api-2.25.4.jar.sha1
b/solr/licenses/log4j-api-2.25.4.jar.sha1
deleted file mode 100644
index 48ac0997c71..00000000000
--- a/solr/licenses/log4j-api-2.25.4.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-89ff2217b193fb187b134aa6ebcbfa8a28b018a9
diff --git a/solr/licenses/log4j-api-2.26.0.jar.sha1
b/solr/licenses/log4j-api-2.26.0.jar.sha1
new file mode 100644
index 00000000000..87ee4c99c50
--- /dev/null
+++ b/solr/licenses/log4j-api-2.26.0.jar.sha1
@@ -0,0 +1 @@
+ad52af0ecf054a7e3f275a2e180ee06d9c490951
diff --git a/solr/licenses/log4j-core-2.25.4.jar.sha1
b/solr/licenses/log4j-core-2.25.4.jar.sha1
deleted file mode 100644
index 86d6d0a4223..00000000000
--- a/solr/licenses/log4j-core-2.25.4.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b963c3d6bfdf05c61ad47a74e9f9295131607df2
diff --git a/solr/licenses/log4j-core-2.26.0.jar.sha1
b/solr/licenses/log4j-core-2.26.0.jar.sha1
new file mode 100644
index 00000000000..978b1733403
--- /dev/null
+++ b/solr/licenses/log4j-core-2.26.0.jar.sha1
@@ -0,0 +1 @@
+d267ca60b27ddb075e0b4e75e7875859717bf85f
diff --git a/solr/licenses/log4j-layout-template-json-2.25.4.jar.sha1
b/solr/licenses/log4j-layout-template-json-2.25.4.jar.sha1
deleted file mode 100644
index 384da7b7828..00000000000
--- a/solr/licenses/log4j-layout-template-json-2.25.4.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-abd87d615909a67e92b8ba6a4740fb2891533627
diff --git a/solr/licenses/log4j-layout-template-json-2.26.0.jar.sha1
b/solr/licenses/log4j-layout-template-json-2.26.0.jar.sha1
new file mode 100644
index 00000000000..0049b69f30a
--- /dev/null
+++ b/solr/licenses/log4j-layout-template-json-2.26.0.jar.sha1
@@ -0,0 +1 @@
+b8ed524b24f4ef2735718963acadf2c03c6e342b
diff --git a/solr/licenses/log4j-slf4j2-impl-2.25.4.jar.sha1
b/solr/licenses/log4j-slf4j2-impl-2.25.4.jar.sha1
deleted file mode 100644
index 910afb39be5..00000000000
--- a/solr/licenses/log4j-slf4j2-impl-2.25.4.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-052a8e43b29eee3b9d6cd9bad696f5d2284d7053
diff --git a/solr/licenses/log4j-slf4j2-impl-2.26.0.jar.sha1
b/solr/licenses/log4j-slf4j2-impl-2.26.0.jar.sha1
new file mode 100644
index 00000000000..7a62b08940e
--- /dev/null
+++ b/solr/licenses/log4j-slf4j2-impl-2.26.0.jar.sha1
@@ -0,0 +1 @@
+668c0f0e813d83f00a7182533aa658ec7e7a0a0d
diff --git a/solr/licenses/log4j-web-2.25.4.jar.sha1
b/solr/licenses/log4j-web-2.25.4.jar.sha1
deleted file mode 100644
index 1ccf0214d49..00000000000
--- a/solr/licenses/log4j-web-2.25.4.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-abd60ce8488d4d7cf30fdc5cad3abf6d23eb6b1a
diff --git a/solr/licenses/log4j-web-2.26.0.jar.sha1
b/solr/licenses/log4j-web-2.26.0.jar.sha1
new file mode 100644
index 00000000000..594003e7418
--- /dev/null
+++ b/solr/licenses/log4j-web-2.26.0.jar.sha1
@@ -0,0 +1 @@
+17c64e95c40b431a0d22f60ce182e949e22b5c10
diff --git a/solr/modules/analysis-extras/gradle.lockfile
b/solr/modules/analysis-extras/gradle.lockfile
index 3c5dfd1de09..86fc8f0a174 100644
--- a/solr/modules/analysis-extras/gradle.lockfile
+++ b/solr/modules/analysis-extras/gradle.lockfile
@@ -84,12 +84,12 @@
org.apache.commons:commons-math3:3.6.1=apiHelper,jarValidation,runtimeClasspath,
org.apache.curator:curator-client:5.9.0=apiHelper,compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-framework:5.9.0=apiHelper,compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-api:2.25.4=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-web:2.25.4=solrPlatformLibs
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-api:2.26.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-web:2.26.0=solrPlatformLibs
org.apache.lucene:lucene-analysis-common:10.4.0=apiHelper,compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-icu:10.4.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
diff --git a/solr/modules/clustering/gradle.lockfile
b/solr/modules/clustering/gradle.lockfile
index e6288c8b167..6deccbc527e 100644
--- a/solr/modules/clustering/gradle.lockfile
+++ b/solr/modules/clustering/gradle.lockfile
@@ -81,12 +81,12 @@
org.apache.commons:commons-math3:3.6.1=jarValidation,runtimeClasspath,runtimeLib
org.apache.curator:curator-client:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-framework:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-web:2.25.4=solrPlatformLibs
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-web:2.26.0=solrPlatformLibs
org.apache.lucene:lucene-analysis-common:10.4.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
diff --git a/solr/modules/cross-dc/gradle.lockfile
b/solr/modules/cross-dc/gradle.lockfile
index e98f5780335..b32b60883f2 100644
--- a/solr/modules/cross-dc/gradle.lockfile
+++ b/solr/modules/cross-dc/gradle.lockfile
@@ -86,12 +86,12 @@
org.apache.curator:curator-client:5.9.0=apiHelper,compileClasspath,jarValidation
org.apache.curator:curator-framework:5.9.0=apiHelper,compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
org.apache.kafka:kafka-clients:3.9.2=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-api:2.25.4=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-web:2.25.4=solrPlatformLibs
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-api:2.26.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-web:2.26.0=solrPlatformLibs
org.apache.lucene:lucene-analysis-common:10.4.0=apiHelper,compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
diff --git a/solr/modules/cuvs/gradle.lockfile
b/solr/modules/cuvs/gradle.lockfile
index 3d148680c7c..7d1ae297ac0 100644
--- a/solr/modules/cuvs/gradle.lockfile
+++ b/solr/modules/cuvs/gradle.lockfile
@@ -83,12 +83,12 @@
org.apache.commons:commons-math3:3.6.1=jarValidation,runtimeClasspath,runtimeLib
org.apache.curator:curator-client:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-framework:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-web:2.25.4=solrPlatformLibs
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-web:2.26.0=solrPlatformLibs
org.apache.lucene:lucene-analysis-common:10.4.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
diff --git a/solr/modules/extraction/gradle.lockfile
b/solr/modules/extraction/gradle.lockfile
index a7e045e590a..dbe8d147586 100644
--- a/solr/modules/extraction/gradle.lockfile
+++ b/solr/modules/extraction/gradle.lockfile
@@ -86,12 +86,12 @@
org.apache.commons:commons-math3:3.6.1=jarValidation,runtimeClasspath,runtimeLib
org.apache.curator:curator-client:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-framework:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-web:2.25.4=solrPlatformLibs
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-web:2.26.0=solrPlatformLibs
org.apache.lucene:lucene-analysis-common:10.4.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
diff --git a/solr/modules/gcs-repository/gradle.lockfile
b/solr/modules/gcs-repository/gradle.lockfile
index 3b50707b71f..4ffc773f9c5 100644
--- a/solr/modules/gcs-repository/gradle.lockfile
+++ b/solr/modules/gcs-repository/gradle.lockfile
@@ -135,12 +135,12 @@
org.apache.curator:curator-framework:5.9.0=apiHelper,compileClasspath,jarValidat
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
org.apache.httpcomponents:httpclient:4.5.14=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
org.apache.httpcomponents:httpcore:4.4.16=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-api:2.25.4=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-web:2.25.4=solrPlatformLibs
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-api:2.26.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-web:2.26.0=solrPlatformLibs
org.apache.lucene:lucene-analysis-common:10.4.0=apiHelper,compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
diff --git a/solr/modules/jwt-auth/gradle.lockfile
b/solr/modules/jwt-auth/gradle.lockfile
index 50268704f1e..828f1bfe781 100644
--- a/solr/modules/jwt-auth/gradle.lockfile
+++ b/solr/modules/jwt-auth/gradle.lockfile
@@ -99,12 +99,12 @@
org.apache.commons:commons-math3:3.6.1=jarValidation,runtimeClasspath,runtimeLib
org.apache.curator:curator-client:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-framework:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-web:2.25.4=solrPlatformLibs
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-web:2.26.0=solrPlatformLibs
org.apache.lucene:lucene-analysis-common:10.4.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
diff --git a/solr/modules/langid/gradle.lockfile
b/solr/modules/langid/gradle.lockfile
index f8ceca902bf..7c75af24daf 100644
--- a/solr/modules/langid/gradle.lockfile
+++ b/solr/modules/langid/gradle.lockfile
@@ -82,12 +82,12 @@
org.apache.commons:commons-math3:3.6.1=jarValidation,runtimeClasspath,runtimeLib
org.apache.curator:curator-client:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-framework:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-web:2.25.4=solrPlatformLibs
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-web:2.26.0=solrPlatformLibs
org.apache.lucene:lucene-analysis-common:10.4.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
diff --git a/solr/modules/language-models/gradle.lockfile
b/solr/modules/language-models/gradle.lockfile
index d60694e4ead..2aa63675132 100644
--- a/solr/modules/language-models/gradle.lockfile
+++ b/solr/modules/language-models/gradle.lockfile
@@ -96,12 +96,12 @@
org.apache.commons:commons-math3:3.6.1=jarValidation,runtimeClasspath,runtimeLib
org.apache.curator:curator-client:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-framework:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-web:2.25.4=solrPlatformLibs
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-web:2.26.0=solrPlatformLibs
org.apache.lucene:lucene-analysis-common:10.4.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
diff --git a/solr/modules/ltr/gradle.lockfile b/solr/modules/ltr/gradle.lockfile
index 38166383b9f..cb26e84a4e4 100644
--- a/solr/modules/ltr/gradle.lockfile
+++ b/solr/modules/ltr/gradle.lockfile
@@ -82,12 +82,12 @@
org.apache.commons:commons-math3:3.6.1=jarValidation,runtimeClasspath,runtimeLib
org.apache.curator:curator-client:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-framework:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-web:2.25.4=solrPlatformLibs
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-web:2.26.0=solrPlatformLibs
org.apache.lucene:lucene-analysis-common:10.4.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
diff --git a/solr/modules/opentelemetry/gradle.lockfile
b/solr/modules/opentelemetry/gradle.lockfile
index b033e0322a3..f5a402e5687 100644
--- a/solr/modules/opentelemetry/gradle.lockfile
+++ b/solr/modules/opentelemetry/gradle.lockfile
@@ -112,12 +112,12 @@
org.apache.commons:commons-math3:3.6.1=jarValidation,runtimeClasspath,runtimeLib
org.apache.curator:curator-client:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-framework:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-web:2.25.4=solrPlatformLibs
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-web:2.26.0=solrPlatformLibs
org.apache.lucene:lucene-analysis-common:10.4.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
diff --git a/solr/modules/s3-repository/gradle.lockfile
b/solr/modules/s3-repository/gradle.lockfile
index 761e8245763..101e2f7be37 100644
--- a/solr/modules/s3-repository/gradle.lockfile
+++ b/solr/modules/s3-repository/gradle.lockfile
@@ -108,12 +108,12 @@
org.apache.curator:curator-framework:5.9.0=apiHelper,compileClasspath,jarValidat
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
org.apache.httpcomponents:httpclient:4.5.14=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
org.apache.httpcomponents:httpcore:4.4.16=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-api:2.25.4=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-web:2.25.4=solrPlatformLibs
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-api:2.26.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-web:2.26.0=solrPlatformLibs
org.apache.lucene:lucene-analysis-common:10.4.0=apiHelper,compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
diff --git a/solr/modules/scripting/gradle.lockfile
b/solr/modules/scripting/gradle.lockfile
index 3d7b5719663..a616f55e16b 100644
--- a/solr/modules/scripting/gradle.lockfile
+++ b/solr/modules/scripting/gradle.lockfile
@@ -81,12 +81,12 @@
org.apache.commons:commons-math3:3.6.1=jarValidation,runtimeClasspath,runtimeLib
org.apache.curator:curator-client:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-framework:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-web:2.25.4=solrPlatformLibs
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-web:2.26.0=solrPlatformLibs
org.apache.lucene:lucene-analysis-common:10.4.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
diff --git a/solr/modules/sql/gradle.lockfile b/solr/modules/sql/gradle.lockfile
index d2e36ad7ee4..623d9ce4ea3 100644
--- a/solr/modules/sql/gradle.lockfile
+++ b/solr/modules/sql/gradle.lockfile
@@ -92,12 +92,12 @@
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
org.apache.httpcomponents.client5:httpclient5:5.2.1=jarValidation,runtimeClasspath,runtimeLibs,testRuntimeClasspath
org.apache.httpcomponents.core5:httpcore5-h2:5.2=jarValidation,runtimeClasspath,runtimeLibs,testRuntimeClasspath
org.apache.httpcomponents.core5:httpcore5:5.2.3=jarValidation,runtimeClasspath,runtimeLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=solrPlatformLibs
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.logging.log4j:log4j-web:2.25.4=solrPlatformLibs
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=solrPlatformLibs
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
+org.apache.logging.log4j:log4j-web:2.26.0=solrPlatformLibs
org.apache.lucene:lucene-analysis-common:10.4.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-icu:10.4.0=jarValidation,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
diff --git a/solr/server/gradle.lockfile b/solr/server/gradle.lockfile
index 0faf668ee83..86d0d0de5f9 100644
--- a/solr/server/gradle.lockfile
+++ b/solr/server/gradle.lockfile
@@ -78,12 +78,12 @@
org.apache.commons:commons-lang3:3.20.0=jarValidation,runtimeClasspath,solrCore
org.apache.commons:commons-math3:3.6.1=jarValidation,runtimeClasspath,solrCore
org.apache.curator:curator-client:5.9.0=jarValidation,runtimeClasspath,solrCore
org.apache.curator:curator-framework:5.9.0=jarValidation,runtimeClasspath,solrCore
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=jarValidation,libExt,runtimeClasspath
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,libExt,runtimeClasspath,solrCore
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,libExt,runtimeClasspath,solrCore
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=jarValidation,libExt,runtimeClasspath
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,libExt,runtimeClasspath,solrCore
-org.apache.logging.log4j:log4j-web:2.25.4=jarValidation,libExt,runtimeClasspath
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=jarValidation,libExt,runtimeClasspath
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,libExt,runtimeClasspath,solrCore
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,libExt,runtimeClasspath,solrCore
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=jarValidation,libExt,runtimeClasspath
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,libExt,runtimeClasspath,solrCore
+org.apache.logging.log4j:log4j-web:2.26.0=jarValidation,libExt,runtimeClasspath
org.apache.lucene:lucene-analysis-common:10.4.0=jarValidation,runtimeClasspath,solrCore
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,runtimeClasspath,solrCore
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,runtimeClasspath,solrCore
diff --git a/solr/solr-ref-guide/gradle.lockfile
b/solr/solr-ref-guide/gradle.lockfile
index 85f0889db4f..d6cc3dfedf6 100644
--- a/solr/solr-ref-guide/gradle.lockfile
+++ b/solr/solr-ref-guide/gradle.lockfile
@@ -89,9 +89,9 @@ org.apache.curator:curator-test:5.9.0=testRuntimeClasspath
org.apache.httpcomponents.client5:httpclient5:5.2.1=testRuntimeClasspath
org.apache.httpcomponents.core5:httpcore5-h2:5.2=testRuntimeClasspath
org.apache.httpcomponents.core5:httpcore5:5.2.3=testRuntimeClasspath
-org.apache.logging.log4j:log4j-api:2.25.4=testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=testRuntimeClasspath
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=testRuntimeClasspath
+org.apache.logging.log4j:log4j-api:2.26.0=testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=testRuntimeClasspath
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=testRuntimeClasspath
org.apache.lucene:lucene-analysis-common:10.4.0=localJavadocs,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=testRuntimeClasspath
diff --git a/solr/solrj-jetty/gradle.lockfile b/solr/solrj-jetty/gradle.lockfile
index fe668ff315e..353a70147b8 100644
--- a/solr/solrj-jetty/gradle.lockfile
+++ b/solr/solrj-jetty/gradle.lockfile
@@ -82,9 +82,9 @@
org.apache.commons:commons-math3:3.6.1=jarValidation,testRuntimeClasspath
org.apache.curator:curator-client:5.9.0=jarValidation,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-framework:5.9.0=jarValidation,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,testRuntimeClasspath
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,testRuntimeClasspath
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,testRuntimeClasspath
org.apache.lucene:lucene-analysis-common:10.4.0=jarValidation,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,testRuntimeClasspath
diff --git a/solr/solrj-streaming/gradle.lockfile
b/solr/solrj-streaming/gradle.lockfile
index fce8612aa1f..b77c9711983 100644
--- a/solr/solrj-streaming/gradle.lockfile
+++ b/solr/solrj-streaming/gradle.lockfile
@@ -90,9 +90,9 @@
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
org.apache.httpcomponents.client5:httpclient5:5.2.1=jarValidation,testRuntimeClasspath
org.apache.httpcomponents.core5:httpcore5-h2:5.2=jarValidation,testRuntimeClasspath
org.apache.httpcomponents.core5:httpcore5:5.2.3=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,testRuntimeClasspath
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,testRuntimeClasspath
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,testRuntimeClasspath
org.apache.lucene:lucene-analysis-common:10.4.0=jarValidation,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,testRuntimeClasspath
diff --git a/solr/solrj-zookeeper/gradle.lockfile
b/solr/solrj-zookeeper/gradle.lockfile
index 77721c6cb87..0a5a1563e14 100644
--- a/solr/solrj-zookeeper/gradle.lockfile
+++ b/solr/solrj-zookeeper/gradle.lockfile
@@ -98,9 +98,9 @@
org.apache.commons:commons-math3:3.6.1=jarValidation,testRuntimeClasspath,testRu
org.apache.curator:curator-client:5.9.0=apiHelper,compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
org.apache.curator:curator-framework:5.9.0=apiHelper,compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath,testRuntimeClasspathCopy
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,testRuntimeClasspath,testRuntimeClasspathCopy
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,testRuntimeClasspath,testRuntimeClasspathCopy
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,testRuntimeClasspath,testRuntimeClasspathCopy
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,testRuntimeClasspath,testRuntimeClasspathCopy
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,testRuntimeClasspath,testRuntimeClasspathCopy
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,testRuntimeClasspath,testRuntimeClasspathCopy
org.apache.lucene:lucene-analysis-common:10.4.0=jarValidation,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,testRuntimeClasspath,testRuntimeClasspathCopy
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,testRuntimeClasspath,testRuntimeClasspathCopy
diff --git a/solr/solrj/gradle.lockfile b/solr/solrj/gradle.lockfile
index 3d0ab6c271a..86130d22cd6 100644
--- a/solr/solrj/gradle.lockfile
+++ b/solr/solrj/gradle.lockfile
@@ -89,9 +89,9 @@
org.apache.commons:commons-math3:3.6.1=jarValidation,testRuntimeClasspath
org.apache.curator:curator-client:5.9.0=jarValidation,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-framework:5.9.0=jarValidation,testCompileClasspath,testRuntimeClasspath
org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-api:2.25.4=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-core:2.25.4=jarValidation,testRuntimeClasspath
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=jarValidation,testRuntimeClasspath
+org.apache.logging.log4j:log4j-api:2.26.0=jarValidation,testRuntimeClasspath
+org.apache.logging.log4j:log4j-core:2.26.0=jarValidation,testRuntimeClasspath
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=jarValidation,testRuntimeClasspath
org.apache.lucene:lucene-analysis-common:10.4.0=jarValidation,testCompileClasspath,testRuntimeClasspath
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=jarValidation,testRuntimeClasspath
org.apache.lucene:lucene-analysis-nori:10.4.0=jarValidation,testRuntimeClasspath
diff --git a/solr/test-framework/gradle.lockfile
b/solr/test-framework/gradle.lockfile
index db5fd1478f8..4d6d24451d1 100644
--- a/solr/test-framework/gradle.lockfile
+++ b/solr/test-framework/gradle.lockfile
@@ -82,9 +82,9 @@
org.apache.commons:commons-math3:3.6.1=apiHelper,jarValidation,runtimeClasspath,
org.apache.curator:curator-client:5.9.0=apiHelper,compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
org.apache.curator:curator-framework:5.9.0=apiHelper,compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
org.apache.curator:curator-test:5.9.0=compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
-org.apache.logging.log4j:log4j-api:2.25.4=apiHelper,compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
-org.apache.logging.log4j:log4j-core:2.25.4=apiHelper,compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=apiHelper,jarValidation,runtimeClasspath,runtimeClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
+org.apache.logging.log4j:log4j-api:2.26.0=apiHelper,compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
+org.apache.logging.log4j:log4j-core:2.26.0=apiHelper,compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=apiHelper,jarValidation,runtimeClasspath,runtimeClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
org.apache.lucene:lucene-analysis-common:10.4.0=apiHelper,compileClasspath,compileClasspathCopy,jarValidation,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=apiHelper,jarValidation,runtimeClasspath,runtimeClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
org.apache.lucene:lucene-analysis-nori:10.4.0=apiHelper,jarValidation,runtimeClasspath,runtimeClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
diff --git a/solr/webapp/gradle.lockfile b/solr/webapp/gradle.lockfile
index 8a8a4d24dae..92dbd198fcb 100644
--- a/solr/webapp/gradle.lockfile
+++ b/solr/webapp/gradle.lockfile
@@ -78,12 +78,12 @@ org.apache.commons:commons-lang3:3.20.0=solrCore
org.apache.commons:commons-math3:3.6.1=solrCore
org.apache.curator:curator-client:5.9.0=solrCore
org.apache.curator:curator-framework:5.9.0=solrCore
-org.apache.logging.log4j:log4j-1.2-api:2.25.4=serverLib
-org.apache.logging.log4j:log4j-api:2.25.4=serverLib,solrCore
-org.apache.logging.log4j:log4j-core:2.25.4=serverLib,solrCore
-org.apache.logging.log4j:log4j-layout-template-json:2.25.4=serverLib
-org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4=serverLib,solrCore
-org.apache.logging.log4j:log4j-web:2.25.4=serverLib
+org.apache.logging.log4j:log4j-1.2-api:2.26.0=serverLib
+org.apache.logging.log4j:log4j-api:2.26.0=serverLib,solrCore
+org.apache.logging.log4j:log4j-core:2.26.0=serverLib,solrCore
+org.apache.logging.log4j:log4j-layout-template-json:2.26.0=serverLib
+org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0=serverLib,solrCore
+org.apache.logging.log4j:log4j-web:2.26.0=serverLib
org.apache.lucene:lucene-analysis-common:10.4.0=solrCore
org.apache.lucene:lucene-analysis-kuromoji:10.4.0=solrCore
org.apache.lucene:lucene-analysis-nori:10.4.0=solrCore