Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: Update org.checkerframework:checker-qual to v4
type: dependency_update
authors:
- name: solrbot
links:
- name: PR#4354
url: https://github.com/apache/solr/pull/4354
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ carrot2-core = "4.8.1"
carrotsearch-hppc = "0.10.0"
carrotsearch-randomizedtesting = "2.8.4"
# @keep for version alignment
checkerframework = "3.54.0"
checkerframework = "4.0.0"
codehaus-woodstox = "4.2.2"
commons-cli = "1.11.0"
commons-codec = "1.21.0"
Expand Down
1 change: 0 additions & 1 deletion solr/licenses/checker-qual-3.54.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions solr/licenses/checker-qual-4.0.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8606b799965b73ad6f28e54d55fa5eec26e6fb27
2 changes: 1 addition & 1 deletion solr/modules/gcs-repository/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ org.apache.lucene:lucene-test-framework:10.4.0=jarValidation,testCompileClasspat
org.apache.zookeeper:zookeeper-jute:3.9.4=apiHelper,compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.zookeeper:zookeeper:3.9.4=apiHelper,compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apiguardian:apiguardian-api:1.1.2=jarValidation,testRuntimeClasspath
org.checkerframework:checker-qual:3.54.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
org.checkerframework:checker-qual:4.0.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
org.codehaus.woodstox:stax2-api:4.2.2=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty.ee10:jetty-ee10-servlet:12.0.34=jarValidation,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion solr/modules/sql/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ org.apiguardian:apiguardian-api:1.1.2=compileClasspath,jarValidation,runtimeClas
org.carrot2:morfologik-fsa:2.1.9=jarValidation,testRuntimeClasspath
org.carrot2:morfologik-polish:2.1.9=jarValidation,testRuntimeClasspath
org.carrot2:morfologik-stemming:2.1.9=jarValidation,testRuntimeClasspath
org.checkerframework:checker-qual:3.54.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
org.checkerframework:checker-qual:4.0.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
org.codehaus.janino:commons-compiler:3.1.11=jarValidation,runtimeClasspath,runtimeLibs,testRuntimeClasspath
org.codehaus.janino:janino:3.1.11=jarValidation,runtimeClasspath,runtimeLibs,testRuntimeClasspath
org.codehaus.woodstox:stax2-api:4.2.2=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion solr/solr-ref-guide/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ org.apache.lucene:lucene-test-framework:10.4.0=testCompileClasspath,testRuntimeC
org.apache.zookeeper:zookeeper-jute:3.9.4=testCompileClasspath,testRuntimeClasspath
org.apache.zookeeper:zookeeper:3.9.4=testCompileClasspath,testRuntimeClasspath
org.apiguardian:apiguardian-api:1.1.2=testRuntimeClasspath
org.checkerframework:checker-qual:3.54.0=testRuntimeClasspath
org.checkerframework:checker-qual:4.0.0=testRuntimeClasspath
org.codehaus.janino:commons-compiler:3.1.11=testRuntimeClasspath
org.codehaus.janino:janino:3.1.11=testRuntimeClasspath
org.codehaus.woodstox:stax2-api:4.2.2=testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion solr/solrj-streaming/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ org.apache.lucene:lucene-test-framework:10.4.0=jarValidation,testCompileClasspat
org.apache.zookeeper:zookeeper-jute:3.9.4=jarValidation,testCompileClasspath,testRuntimeClasspath
org.apache.zookeeper:zookeeper:3.9.4=jarValidation,testCompileClasspath,testRuntimeClasspath
org.apiguardian:apiguardian-api:1.1.2=jarValidation,testRuntimeClasspath
org.checkerframework:checker-qual:3.54.0=jarValidation,testRuntimeClasspath
org.checkerframework:checker-qual:4.0.0=jarValidation,testRuntimeClasspath
org.codehaus.janino:commons-compiler:3.1.11=jarValidation,testRuntimeClasspath
org.codehaus.janino:janino:3.1.11=jarValidation,testRuntimeClasspath
org.codehaus.woodstox:stax2-api:4.2.2=jarValidation,testRuntimeClasspath
Expand Down
Loading