There was an error while loading. Please reload this page.
2 parents 180b5c6 + 9912383 commit e188630Copy full SHA for e188630
1 file changed
build.gradle
@@ -86,14 +86,14 @@ dependencies {
86
annotationProcessor lombok
87
88
compileOnly lombok
89
- compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.3'
+ compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.4'
90
91
implementation 'com.github.bbottema:emailaddress-rfc2822:2.3.1'
92
93
testAnnotationProcessor lombok
94
95
testCompileOnly lombok
96
- testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.3'
+ testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.4'
97
98
testImplementation platform('org.junit:junit-bom:5.14.4')
99
testImplementation 'org.junit.jupiter:junit-jupiter-api'
0 commit comments