From db4aa763354f101071d32d9dbd3b64f6dce21961 Mon Sep 17 00:00:00 2001 From: SolrBot Date: Fri, 22 May 2026 19:28:15 +0000 Subject: [PATCH 1/2] Update dependency org.immutables:value-annotations to v2.12.2 (branch_9x) --- solr/licenses/value-annotations-2.12.1.jar.sha1 | 1 - solr/licenses/value-annotations-2.12.2.jar.sha1 | 1 + versions.lock | 2 +- versions.props | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 solr/licenses/value-annotations-2.12.1.jar.sha1 create mode 100644 solr/licenses/value-annotations-2.12.2.jar.sha1 diff --git a/solr/licenses/value-annotations-2.12.1.jar.sha1 b/solr/licenses/value-annotations-2.12.1.jar.sha1 deleted file mode 100644 index b4acd2385313..000000000000 --- a/solr/licenses/value-annotations-2.12.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d7c9a036710819e4825735ee2d4901ca567109ab diff --git a/solr/licenses/value-annotations-2.12.2.jar.sha1 b/solr/licenses/value-annotations-2.12.2.jar.sha1 new file mode 100644 index 000000000000..62eb279d0745 --- /dev/null +++ b/solr/licenses/value-annotations-2.12.2.jar.sha1 @@ -0,0 +1 @@ +9353d76b130944ca2879b36f81ae3a46ebf0a488 diff --git a/versions.lock b/versions.lock index 659611f7d411..febf864acd3f 100644 --- a/versions.lock +++ b/versions.lock @@ -311,7 +311,7 @@ org.glassfish.jersey.inject:jersey-hk2:3.1.11 (1 constraints: 3805363b) org.glassfish.jersey.media:jersey-media-json-jackson:3.1.11 (1 constraints: 3805363b) org.hamcrest:hamcrest:3.0 (3 constraints: 74208125) org.hamcrest:hamcrest-core:3.0 (1 constraints: cc05fe3f) -org.immutables:value-annotations:2.12.1 (1 constraints: 3805363b) +org.immutables:value-annotations:2.12.2 (1 constraints: 3905373b) org.javassist:javassist:3.30.2-GA (1 constraints: 2811fff0) org.jctools:jctools-core:4.0.6 (1 constraints: 0c050536) org.jetbrains:annotations:17.0.0 (2 constraints: 371c92e0) diff --git a/versions.props b/versions.props index 9696656c75ea..883c9cb8a4b6 100644 --- a/versions.props +++ b/versions.props @@ -75,7 +75,7 @@ org.glassfish.jersey*:*=3.1.11 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.12.1 +org.immutables:value-annotations=2.12.2 org.jctools:jctools-core=4.0.6 org.mockito:mockito*=5.23.0 org.openjdk.jmh:*=1.37 From fe86f92c7d4790c677df5a9a3806789c1296ba6b Mon Sep 17 00:00:00 2001 From: SolrBot Date: Fri, 22 May 2026 19:28:53 +0000 Subject: [PATCH 2/2] Update changelog entry --- .../PR#4456-update-org-immutables-value-annotations.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/PR#4456-update-org-immutables-value-annotations.yml diff --git a/changelog/unreleased/PR#4456-update-org-immutables-value-annotations.yml b/changelog/unreleased/PR#4456-update-org-immutables-value-annotations.yml new file mode 100644 index 000000000000..d90a1e3c4232 --- /dev/null +++ b/changelog/unreleased/PR#4456-update-org-immutables-value-annotations.yml @@ -0,0 +1,7 @@ +title: Update org.immutables:value-annotations to v2.12.2 +type: dependency_update +authors: +- name: solrbot +links: +- name: PR#4456 + url: https://github.com/apache/solr/pull/4456