File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' com.github.hierynomus.license' version ' 0.14 .0'
2
+ id ' com.github.hierynomus.license' version ' 0.15 .0'
3
3
id ' com.github.ben-manes.versions' version ' 0.20.0'
4
- id ' net.researchgate.release' version ' 2.7 .0'
4
+ id ' net.researchgate.release' version ' 2.8 .0'
5
5
id ' com.github.kt3k.coveralls' version ' 2.8.2'
6
6
id ' org.sonarqube' version ' 2.6.2'
7
- id ' org.owasp.dependencycheck' version ' 3.3.4 '
7
+ id ' org.owasp.dependencycheck' version ' 4.0.2 '
8
8
}
9
9
10
10
ext {
11
11
12
12
/* Dependencies */
13
13
marmottaVersion = ' 3.4.0'
14
- camelVersion = ' 2.22.2 '
14
+ camelVersion = ' 2.23.0 '
15
15
camelLdpVersion = ' 0.1.0'
16
16
jenaVersion = ' 3.9.0'
17
17
javaxAnnotationsVersion = ' 1.3.2'
@@ -24,10 +24,10 @@ ext {
24
24
checkstyleVersion = ' 8.12'
25
25
jaxbVersion = ' 2.3.0'
26
26
jacocoVersion = ' 0.8.2'
27
- junitPlatformVersion = ' 1.3.1 '
28
- junitVersion = ' 5.3.1 '
27
+ junitPlatformVersion = ' 1.3.2 '
28
+ junitVersion = ' 5.3.2 '
29
29
logbackVersion = ' 1.2.3'
30
- mockitoVersion = ' 2.23.0 '
30
+ mockitoVersion = ' 2.23.4 '
31
31
32
32
/* OSGi */
33
33
camelVersionRange = " [2.22,3)"
You can’t perform that action at this time.
0 commit comments