diff --git a/build.gradle b/build.gradle index 7472124f8..fad74d647 100644 --- a/build.gradle +++ b/build.gradle @@ -5,16 +5,16 @@ plugins { id 'com.github.kt3k.coveralls' version '2.8.2' id 'org.sonarqube' version '2.6.2' id 'nebula.ospackage' version '4.9.3' - id 'org.owasp.dependencycheck' version '3.2.1' + id 'org.owasp.dependencycheck' version '3.3.1' } ext { /* Dependencies */ activationApiVersion = '1.2.0' - activeMqVersion = '5.15.4' + activeMqVersion = '5.15.5' commonsCodecVersion = '1.11' - commonsCollectionsVersion = '4.1' + commonsCollectionsVersion = '4.2' commonsCompressVersion = '1.18' commonsIoVersion = '2.6' commonsLangVersion = '3.7' @@ -32,7 +32,7 @@ ext { jsonldVersion = '0.12.0' jwtVersion = '0.9.1' kafkaVersion = '1.1.0' - metricsVersion = '4.0.2' + metricsVersion = '4.0.3' mustacheVersion = '0.9.5' rabbitMqVersion = '5.3.0' slf4jVersion = '1.7.25' @@ -40,14 +40,14 @@ ext { /* Testing */ apiguardianVersion = '1.0.0' - awaitilityVersion = '3.1.1' + awaitilityVersion = '3.1.2' bouncycastleVersion = '1.60' commonsTextVersion = '1.4' - guavaVersion = '25.1-jre' + guavaVersion = '26.0-jre' jsonVersion = '1.1.2' junitVersion = '5.2.0' logbackVersion = '1.2.3' - mockitoVersion = '2.19.0' + mockitoVersion = '2.21.0' /* OSGi */ asmVersion = '6.1.1'