diff --git a/changelog/unreleased/PR#4459-update-org-immutables-value-annotations.yml b/changelog/unreleased/PR#4459-update-org-immutables-value-annotations.yml new file mode 100644 index 000000000000..cdb7dfdbab3c --- /dev/null +++ b/changelog/unreleased/PR#4459-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#4459 + url: https://github.com/apache/solr/pull/4459 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index aa37bf60e843..37b747139f4d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -115,7 +115,7 @@ hamcrest = "3.0" hk2 = "3.1.1" hsqldb = "2.7.4" ibm-icu = "77.1" -immutables-valueannotations = "2.12.1" +immutables-valueannotations = "2.12.2" j256-simplemagic = "1.17" # Keep these Jakarta versions aligned with EE 10 jakarta-annotation = "3.0.0" 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/solr/modules/sql/gradle.lockfile b/solr/modules/sql/gradle.lockfile index 3af24e910d8a..170c76737e65 100644 --- a/solr/modules/sql/gradle.lockfile +++ b/solr/modules/sql/gradle.lockfile @@ -173,7 +173,7 @@ org.glassfish.jersey.inject:jersey-hk2:4.0.2=jarValidation,runtimeClasspath,runt org.glassfish.jersey.media:jersey-media-json-jackson:4.0.2=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath org.glassfish.jersey:jersey-bom:4.0.2=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath org.hamcrest:hamcrest:3.0=jarValidation,testCompileClasspath,testRuntimeClasspath -org.immutables:value-annotations:2.12.1=compileClasspath,compileOnlyHelper,jarValidation +org.immutables:value-annotations:2.12.2=compileClasspath,compileOnlyHelper,jarValidation org.javassist:javassist:3.30.2-GA=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath org.jspecify:jspecify:1.0.0=annotationProcessor,compileClasspath,errorprone,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath org.junit.jupiter:junit-jupiter-api:5.6.2=jarValidation,testRuntimeClasspath