Skip to content

Commit 89b6c23

Browse files
Update dependency com.github.spotbugs:spotbugs-annotations to v4.9.4 (#281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benedikt Ritter <[email protected]>
1 parent d64b1b7 commit 89b6c23

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

samples/sample-all-deactivated/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation("cglib:cglib:3.3.0")
1212
implementation("ch.qos.logback:logback-classic:1.5.18")
1313
implementation("com.github.librepdf:openpdf:2.2.3")
14-
implementation("com.github.spotbugs:spotbugs-annotations:4.9.3")
14+
implementation("com.github.spotbugs:spotbugs-annotations:4.9.4")
1515
implementation("com.github.stephenc.jcip:jcip-annotations:1.0-1")
1616
implementation("com.google.code.findbugs:annotations:3.0.1")
1717
implementation("com.google.code.findbugs:findbugs-annotations:3.0.1")

samples/sample-all-deactivated/build.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ compileClasspath - Compile classpath for source set 'main'.
1010
+--- cglib:cglib:3.3.0 FAILED
1111
+--- ch.qos.logback:logback-classic:1.5.18 FAILED
1212
+--- com.github.librepdf:openpdf:2.2.3 FAILED
13-
+--- com.github.spotbugs:spotbugs-annotations:4.9.3 FAILED
13+
+--- com.github.spotbugs:spotbugs-annotations:4.9.4 FAILED
1414
+--- com.github.stephenc.jcip:jcip-annotations:1.0-1 FAILED
1515
+--- com.google.code.findbugs:annotations:3.0.1 FAILED
1616
+--- com.google.code.findbugs:findbugs-annotations:3.0.1 FAILED

samples/sample-all/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation("cglib:cglib:3.3.0")
1515
implementation("ch.qos.logback:logback-classic:1.5.18")
1616
implementation("com.github.librepdf:openpdf:2.2.3")
17-
implementation("com.github.spotbugs:spotbugs-annotations:4.9.3")
17+
implementation("com.github.spotbugs:spotbugs-annotations:4.9.4")
1818
implementation("com.github.stephenc.jcip:jcip-annotations:1.0-1")
1919
implementation("com.google.code.findbugs:annotations:3.0.1")
2020
implementation("com.google.code.findbugs:findbugs-annotations:3.0.1")

samples/sample-all/build.out

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ compileClasspath - Compile classpath for source set 'main'.
3232
| \--- org.slf4j:slf4j-bom:2.0.17 (*)
3333
+--- com.github.librepdf:openpdf:2.2.3 -> com.lowagie:itext:4.2.2
3434
| \--- com.itextpdf:itextpdf:5.5.6
35-
+--- com.github.spotbugs:spotbugs-annotations:4.9.3
35+
+--- com.github.spotbugs:spotbugs-annotations:4.9.4
3636
| \--- com.google.code.findbugs:jsr305:3.0.2
3737
+--- com.github.stephenc.jcip:jcip-annotations:1.0-1 -> net.jcip:jcip-annotations:1.0
38-
+--- com.google.code.findbugs:annotations:3.0.1 -> com.github.spotbugs:spotbugs-annotations:4.9.3 (*)
39-
+--- com.google.code.findbugs:findbugs-annotations:3.0.1 -> com.github.spotbugs:spotbugs-annotations:4.9.3 (*)
38+
+--- com.google.code.findbugs:annotations:3.0.1 -> com.github.spotbugs:spotbugs-annotations:4.9.4 (*)
39+
+--- com.google.code.findbugs:findbugs-annotations:3.0.1 -> com.github.spotbugs:spotbugs-annotations:4.9.4 (*)
4040
+--- com.google.guava:guava-jdk5:17.0 -> com.google.guava:guava:33.4.8-jre
4141
| +--- com.google.guava:failureaccess:1.0.3
4242
| +--- org.jspecify:jspecify:1.0.0
@@ -186,7 +186,7 @@ compileClasspath - Compile classpath for source set 'main'.
186186
| | +--- org.osgi:org.osgi.annotation.bundle:2.0.0
187187
| | | \--- org.osgi:org.osgi.annotation.versioning:1.1.2
188188
| | +--- org.osgi:org.osgi.annotation.versioning:1.1.2
189-
| | +--- com.github.spotbugs:spotbugs-annotations:4.9.3 (*)
189+
| | +--- com.github.spotbugs:spotbugs-annotations:4.9.3 -> 4.9.4 (*)
190190
| | \--- org.apache.logging.log4j:log4j-bom:2.25.0
191191
| | +--- org.apache.logging.log4j:log4j-1.2-api:2.25.0 -> org.slf4j:log4j-over-slf4j:2.0.17 (c)
192192
| | +--- org.apache.logging.log4j:log4j-api:2.25.0 (c)
@@ -202,7 +202,7 @@ compileClasspath - Compile classpath for source set 'main'.
202202
| +--- com.google.errorprone:error_prone_annotations:2.37.0 (*)
203203
| +--- org.osgi:org.osgi.annotation.bundle:2.0.0 (*)
204204
| +--- org.osgi:org.osgi.annotation.versioning:1.1.2
205-
| \--- com.github.spotbugs:spotbugs-annotations:4.9.3 (*)
205+
| \--- com.github.spotbugs:spotbugs-annotations:4.9.3 -> 4.9.4 (*)
206206
+--- org.apache.logging.log4j:log4j-jcl:2.25.0 -> org.slf4j:jcl-over-slf4j:2.0.17 (*)
207207
+--- org.apache.logging.log4j:log4j-jul:2.25.0 -> org.slf4j:jul-to-slf4j:2.0.17
208208
| +--- org.slf4j:slf4j-api:2.0.17 (*)

0 commit comments

Comments
 (0)