Skip to content

Commit 95920b5

Browse files
Update dependency com.github.spotbugs:spotbugs-annotations to v4.9.6
1 parent 6ddc45a commit 95920b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:3.0.0")
14-
implementation("com.github.spotbugs:spotbugs-annotations:4.9.4")
14+
implementation("com.github.spotbugs:spotbugs-annotations:4.9.6")
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/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:3.0.0")
17-
implementation("com.github.spotbugs:spotbugs-annotations:4.9.4")
17+
implementation("com.github.spotbugs:spotbugs-annotations:4.9.6")
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")

0 commit comments

Comments
 (0)