Skip to content

Commit 34383d0

Browse files
committed
Update dependency com.github.spotbugs:spotbugs-annotations to v4.10.2
1 parent 9cc72f1 commit 34383d0

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ quicktheories = "0.26"
188188
semver4j = "6.0.0"
189189
slf4j = "2.0.17"
190190
spatial4j = "0.8"
191-
spotbugs = "4.9.8"
191+
spotbugs = "4.10.2"
192192
squareup-okhttp3-mockwebserver = "4.12.0"
193193
squareup-okhttp3-okhttp = "4.12.0"
194194
squareup-okio = "3.16.0"

solr/core/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ com.fasterxml.jackson:jackson-bom:2.21.2=apiHelper,compileClasspath,jarValidatio
1414
com.fasterxml.woodstox:woodstox-core:7.0.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
1515
com.github.ben-manes.caffeine:caffeine:3.2.3=annotationProcessor,compileClasspath,errorprone,jarValidation,runtimeClasspath,runtimeLibs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
1616
com.github.kevinstern:software-and-algorithms:1.0=annotationProcessor,errorprone,testAnnotationProcessor
17-
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,compileOnlyHelper,compileOnlyHelperTest,testCompileClasspath
17+
com.github.spotbugs:spotbugs-annotations:4.10.2=compileClasspath,compileOnlyHelper,compileOnlyHelperTest,testCompileClasspath
1818
com.github.stephenc.jcip:jcip-annotations:1.0-1=compileClasspath,compileOnlyHelper,jarValidation
1919
com.google.auto.service:auto-service-annotations:1.0.1=annotationProcessor,errorprone,testAnnotationProcessor
2020
com.google.auto.value:auto-value-annotations:1.11.0=annotationProcessor,errorprone,testAnnotationProcessor
@@ -168,8 +168,8 @@ org.javassist:javassist:3.30.2-GA=jarValidation,runtimeClasspath,runtimeLibs,tes
168168
org.jspecify:jspecify:1.0.0=annotationProcessor,apiHelper,compileClasspath,errorprone,jarValidation,runtimeClasspath,runtimeLibs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
169169
org.junit.jupiter:junit-jupiter-api:5.6.2=jarValidation,testCompileClasspath,testRuntimeClasspath
170170
org.junit.platform:junit-platform-commons:1.6.2=jarValidation,testCompileClasspath,testRuntimeClasspath
171-
org.junit:junit-bom:5.14.0=compileOnlyHelper,compileOnlyHelperTest
172171
org.junit:junit-bom:5.6.2=jarValidation,testCompileClasspath,testRuntimeClasspath
172+
org.junit:junit-bom:6.1.0=compileOnlyHelper,compileOnlyHelperTest
173173
org.locationtech.spatial4j:spatial4j:0.8=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
174174
org.mockito:mockito-core:5.23.0=jarValidation,testCompileClasspath,testRuntimeClasspath
175175
org.mockito:mockito-subclass:5.23.0=jarValidation,testRuntimeClasspath

solr/solrj-zookeeper/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ com.fasterxml.jackson:jackson-bom:2.21.2=compileClasspath,jarValidation,runtimeC
1313
com.fasterxml.woodstox:woodstox-core:7.0.0=jarValidation,testRuntimeClasspath
1414
com.github.ben-manes.caffeine:caffeine:3.2.3=annotationProcessor,errorprone,jarValidation,testAnnotationProcessor,testRuntimeClasspath
1515
com.github.kevinstern:software-and-algorithms:1.0=annotationProcessor,errorprone,testAnnotationProcessor
16-
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,compileOnlyHelper
16+
com.github.spotbugs:spotbugs-annotations:4.10.2=compileClasspath,compileOnlyHelper
1717
com.google.auto.service:auto-service-annotations:1.0.1=annotationProcessor,errorprone,testAnnotationProcessor
1818
com.google.auto.value:auto-value-annotations:1.11.0=annotationProcessor,errorprone,testAnnotationProcessor
1919
com.google.auto:auto-common:1.2.2=annotationProcessor,errorprone,testAnnotationProcessor
@@ -165,8 +165,8 @@ org.javassist:javassist:3.30.2-GA=jarValidation,testRuntimeClasspath
165165
org.jspecify:jspecify:1.0.0=annotationProcessor,compileClasspath,errorprone,jarValidation,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
166166
org.junit.jupiter:junit-jupiter-api:5.6.2=jarValidation,testRuntimeClasspath
167167
org.junit.platform:junit-platform-commons:1.6.2=jarValidation,testRuntimeClasspath
168-
org.junit:junit-bom:5.14.0=compileOnlyHelper
169168
org.junit:junit-bom:5.6.2=jarValidation,testRuntimeClasspath
169+
org.junit:junit-bom:6.1.0=compileOnlyHelper
170170
org.locationtech.spatial4j:spatial4j:0.8=jarValidation,testRuntimeClasspath
171171
org.opentest4j:opentest4j:1.2.0=jarValidation,testRuntimeClasspath
172172
org.ow2.asm:asm-commons:9.8=jarValidation,testRuntimeClasspath

solr/test-framework/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ com.fasterxml.jackson:jackson-bom:2.21.2=apiHelper,compileClasspath,jarValidatio
1414
com.fasterxml.woodstox:woodstox-core:7.0.0=apiHelper,jarValidation,runtimeClasspath,testRuntimeClasspath
1515
com.github.ben-manes.caffeine:caffeine:3.2.3=annotationProcessor,apiHelper,errorprone,jarValidation,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
1616
com.github.kevinstern:software-and-algorithms:1.0=annotationProcessor,errorprone,testAnnotationProcessor
17-
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,compileOnlyHelper
17+
com.github.spotbugs:spotbugs-annotations:4.10.2=compileClasspath,compileOnlyHelper
1818
com.google.auto.service:auto-service-annotations:1.0.1=annotationProcessor,errorprone,testAnnotationProcessor
1919
com.google.auto.value:auto-value-annotations:1.11.0=annotationProcessor,errorprone,testAnnotationProcessor
2020
com.google.auto:auto-common:1.2.2=annotationProcessor,errorprone,testAnnotationProcessor
@@ -148,8 +148,8 @@ org.javassist:javassist:3.30.2-GA=apiHelper,jarValidation,runtimeClasspath,testR
148148
org.jspecify:jspecify:1.0.0=annotationProcessor,apiHelper,compileClasspath,errorprone,jarValidation,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
149149
org.junit.jupiter:junit-jupiter-api:5.6.2=compileClasspath,jarValidation,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
150150
org.junit.platform:junit-platform-commons:1.6.2=compileClasspath,jarValidation,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
151-
org.junit:junit-bom:5.14.0=compileOnlyHelper
152151
org.junit:junit-bom:5.6.2=compileClasspath,jarValidation,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
152+
org.junit:junit-bom:6.1.0=compileOnlyHelper
153153
org.locationtech.spatial4j:spatial4j:0.8=apiHelper,jarValidation,runtimeClasspath,testRuntimeClasspath
154154
org.opentest4j:opentest4j:1.2.0=compileClasspath,jarValidation,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
155155
org.osgi:org.osgi.annotation.bundle:2.0.0=compileClasspath,testCompileClasspath

0 commit comments

Comments
 (0)