Skip to content

Commit e188630

Browse files
authored
Merge pull request #130 from igniterealtime/dependabot/gradle/com.github.spotbugs-spotbugs-annotations-4.10.4
Bump com.github.spotbugs:spotbugs-annotations from 4.10.3 to 4.10.4
2 parents 180b5c6 + 9912383 commit e188630

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ dependencies {
8686
annotationProcessor lombok
8787

8888
compileOnly lombok
89-
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.3'
89+
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.4'
9090

9191
implementation 'com.github.bbottema:emailaddress-rfc2822:2.3.1'
9292

9393
testAnnotationProcessor lombok
9494

9595
testCompileOnly lombok
96-
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.3'
96+
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.4'
9797

9898
testImplementation platform('org.junit:junit-bom:5.14.4')
9999
testImplementation 'org.junit.jupiter:junit-jupiter-api'

0 commit comments

Comments
 (0)