diff --git a/gradle/build.gradle b/gradle/build.gradle index 83087b6..7f38143 100644 --- a/gradle/build.gradle +++ b/gradle/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.github.spotbugs' version '4.5.1' - id 'com.github.ben-manes.versions' version '0.34.0' + id 'com.github.spotbugs' version '4.6.0' + id 'com.github.ben-manes.versions' version '0.36.0' } version = '0.1' diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index b7a7c04..ce533e8 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -14,7 +14,7 @@ libraries.slf4jlog4j = 'org.slf4j:slf4j-log4j12:1.7.26' libraries.jaxb_api = 'javax.xml.bind:jaxb-api:2.3.0' libraries.jackson = [ - 'com.fasterxml.jackson.core:jackson-databind:2.11.3' + 'com.fasterxml.jackson.core:jackson-databind:2.12.0' ] libraries.retrofit = [ @@ -28,8 +28,8 @@ libraries.mqtt_client = 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5' // test libraries libraries.junit = 'junit:junit:4.13.1' -libraries.mockito = 'org.mockito:mockito-core:3.6.0' +libraries.mockito = 'org.mockito:mockito-core:3.6.28' // check libraries -libraries.spotbugs_annotations = 'com.github.spotbugs:spotbugs-annotations:4.1.4' +libraries.spotbugs_annotations = 'com.github.spotbugs:spotbugs-annotations:4.2.0' diff --git a/gradle/gradle/wrapper/gradle-wrapper.properties b/gradle/gradle/wrapper/gradle-wrapper.properties index be52383..4d9ca16 100644 --- a/gradle/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists