diff --git a/sdk/build.gradle b/sdk/build.gradle index 59b9c29ae..aa399c94b 100644 --- a/sdk/build.gradle +++ b/sdk/build.gradle @@ -29,7 +29,7 @@ task javadocJar(type: Jar) { dependencies { // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations - implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.7.3' + implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.8.2' // https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15to18 implementation group: 'org.bouncycastle', name: 'bcprov-jdk15to18', version: '1.76'