@@ -5,16 +5,16 @@ plugins {
5
5
id ' com.github.kt3k.coveralls' version ' 2.8.2'
6
6
id ' org.sonarqube' version ' 2.6.2'
7
7
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'
9
9
}
10
10
11
11
ext {
12
12
13
13
/* Dependencies */
14
14
activationApiVersion = ' 1.2.0'
15
- activeMqVersion = ' 5.15.4 '
15
+ activeMqVersion = ' 5.15.5 '
16
16
commonsCodecVersion = ' 1.11'
17
- commonsCollectionsVersion = ' 4.1 '
17
+ commonsCollectionsVersion = ' 4.2 '
18
18
commonsCompressVersion = ' 1.18'
19
19
commonsIoVersion = ' 2.6'
20
20
commonsLangVersion = ' 3.7'
@@ -32,22 +32,22 @@ ext {
32
32
jsonldVersion = ' 0.12.0'
33
33
jwtVersion = ' 0.9.1'
34
34
kafkaVersion = ' 1.1.0'
35
- metricsVersion = ' 4.0.2 '
35
+ metricsVersion = ' 4.0.3 '
36
36
mustacheVersion = ' 0.9.5'
37
37
rabbitMqVersion = ' 5.3.0'
38
38
slf4jVersion = ' 1.7.25'
39
39
tamayaVersion = ' 0.3-incubating'
40
40
41
41
/* Testing */
42
42
apiguardianVersion = ' 1.0.0'
43
- awaitilityVersion = ' 3.1.1 '
43
+ awaitilityVersion = ' 3.1.2 '
44
44
bouncycastleVersion = ' 1.60'
45
45
commonsTextVersion = ' 1.4'
46
- guavaVersion = ' 25.1 -jre'
46
+ guavaVersion = ' 26.0 -jre'
47
47
jsonVersion = ' 1.1.2'
48
48
junitVersion = ' 5.2.0'
49
49
logbackVersion = ' 1.2.3'
50
- mockitoVersion = ' 2.19 .0'
50
+ mockitoVersion = ' 2.21 .0'
51
51
52
52
/* OSGi */
53
53
asmVersion = ' 6.1.1'
0 commit comments