Skip to content

Commit 17f46f5

Browse files
committed
Update dependencies
1 parent 63cbf28 commit 17f46f5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ plugins {
55
id 'com.github.kt3k.coveralls' version '2.8.2'
66
id 'org.sonarqube' version '2.6.2'
77
id 'nebula.ospackage' version '4.9.3'
8-
id 'org.owasp.dependencycheck' version '3.2.1'
8+
id 'org.owasp.dependencycheck' version '3.3.1'
99
}
1010

1111
ext {
1212

1313
/* Dependencies */
1414
activationApiVersion = '1.2.0'
15-
activeMqVersion = '5.15.4'
15+
activeMqVersion = '5.15.5'
1616
commonsCodecVersion = '1.11'
17-
commonsCollectionsVersion = '4.1'
17+
commonsCollectionsVersion = '4.2'
1818
commonsCompressVersion = '1.18'
1919
commonsIoVersion = '2.6'
2020
commonsLangVersion = '3.7'
@@ -32,22 +32,22 @@ ext {
3232
jsonldVersion = '0.12.0'
3333
jwtVersion = '0.9.1'
3434
kafkaVersion = '1.1.0'
35-
metricsVersion = '4.0.2'
35+
metricsVersion = '4.0.3'
3636
mustacheVersion = '0.9.5'
3737
rabbitMqVersion = '5.3.0'
3838
slf4jVersion = '1.7.25'
3939
tamayaVersion = '0.3-incubating'
4040

4141
/* Testing */
4242
apiguardianVersion = '1.0.0'
43-
awaitilityVersion = '3.1.1'
43+
awaitilityVersion = '3.1.2'
4444
bouncycastleVersion = '1.60'
4545
commonsTextVersion = '1.4'
46-
guavaVersion = '25.1-jre'
46+
guavaVersion = '26.0-jre'
4747
jsonVersion = '1.1.2'
4848
junitVersion = '5.2.0'
4949
logbackVersion = '1.2.3'
50-
mockitoVersion = '2.19.0'
50+
mockitoVersion = '2.21.0'
5151

5252
/* OSGi */
5353
asmVersion = '6.1.1'

0 commit comments

Comments
 (0)