From f09d9b32245840716debbbe530c65d49ac572f70 Mon Sep 17 00:00:00 2001 From: SolrBot Date: Mon, 20 Apr 2026 22:40:06 +0000 Subject: [PATCH 1/2] Update dependency org.jctools:jctools-core to v4.0.6 (branch_9x) --- solr/licenses/jctools-core-4.0.5.jar.sha1 | 1 - solr/licenses/jctools-core-4.0.6.jar.sha1 | 1 + versions.lock | 2 +- versions.props | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 solr/licenses/jctools-core-4.0.5.jar.sha1 create mode 100644 solr/licenses/jctools-core-4.0.6.jar.sha1 diff --git a/solr/licenses/jctools-core-4.0.5.jar.sha1 b/solr/licenses/jctools-core-4.0.5.jar.sha1 deleted file mode 100644 index 09f95fba647e..000000000000 --- a/solr/licenses/jctools-core-4.0.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -9ab38ca19877236986db4894ef1400a7ca23db80 diff --git a/solr/licenses/jctools-core-4.0.6.jar.sha1 b/solr/licenses/jctools-core-4.0.6.jar.sha1 new file mode 100644 index 000000000000..50d8afb5e4d6 --- /dev/null +++ b/solr/licenses/jctools-core-4.0.6.jar.sha1 @@ -0,0 +1 @@ +2467452e7631e485b062d5d507ff73cdb04e3f11 diff --git a/versions.lock b/versions.lock index b99b5dd0c59d..bcde45655927 100644 --- a/versions.lock +++ b/versions.lock @@ -311,7 +311,7 @@ org.hamcrest:hamcrest:3.0 (3 constraints: 74208125) org.hamcrest:hamcrest-core:3.0 (1 constraints: cc05fe3f) org.immutables:value-annotations:2.11.3 (1 constraints: 3905353b) org.javassist:javassist:3.30.2-GA (1 constraints: 2811fff0) -org.jctools:jctools-core:4.0.5 (1 constraints: 0b050436) +org.jctools:jctools-core:4.0.6 (1 constraints: 0c050536) org.jetbrains:annotations:17.0.0 (2 constraints: 371c92e0) org.jetbrains.kotlin:kotlin-stdlib:2.2.0 (7 constraints: db6ba2e1) org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 (2 constraints: f31f0a21) diff --git a/versions.props b/versions.props index b95645350ce2..aa6dec1c3b14 100644 --- a/versions.props +++ b/versions.props @@ -76,7 +76,7 @@ org.glassfish.jersey.containers:jersey-container-jetty-http=2.39.1 org.hamcrest:*=3.0 org.hsqldb:hsqldb=2.7.4 org.immutables:value-annotations=2.11.3 -org.jctools:jctools-core=4.0.5 +org.jctools:jctools-core=4.0.6 org.mockito:mockito*=5.19.0 org.openjdk.jmh:*=1.37 org.osgi:osgi.annotation=8.1.0 From ec4492ee10fa146b873c09f4abc3487e6f966318 Mon Sep 17 00:00:00 2001 From: SolrBot Date: Mon, 20 Apr 2026 22:40:28 +0000 Subject: [PATCH 2/2] Update changelog entry --- .../unreleased/PR#4297-update-org-jctools-jctools-core.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/PR#4297-update-org-jctools-jctools-core.yml diff --git a/changelog/unreleased/PR#4297-update-org-jctools-jctools-core.yml b/changelog/unreleased/PR#4297-update-org-jctools-jctools-core.yml new file mode 100644 index 000000000000..9a9e9726d4b7 --- /dev/null +++ b/changelog/unreleased/PR#4297-update-org-jctools-jctools-core.yml @@ -0,0 +1,7 @@ +title: Update org.jctools:jctools-core to v4.0.6 +type: dependency_update +authors: +- name: solrbot +links: +- name: PR#4297 + url: https://github.com/apache/solr/pull/4297