Skip to content

Commit b35cf5c

Browse files
committed
Update dependencies
1 parent f0e1be1 commit b35cf5c

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
@@ -1,17 +1,17 @@
11
plugins {
2-
id 'com.github.hierynomus.license' version '0.14.0'
2+
id 'com.github.hierynomus.license' version '0.15.0'
33
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'
55
id 'com.github.kt3k.coveralls' version '2.8.2'
66
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'
88
}
99

1010
ext {
1111

1212
/* Dependencies */
1313
marmottaVersion = '3.4.0'
14-
camelVersion = '2.22.2'
14+
camelVersion = '2.23.0'
1515
camelLdpVersion = '0.1.0'
1616
jenaVersion = '3.9.0'
1717
javaxAnnotationsVersion = '1.3.2'
@@ -24,10 +24,10 @@ ext {
2424
checkstyleVersion = '8.12'
2525
jaxbVersion = '2.3.0'
2626
jacocoVersion = '0.8.2'
27-
junitPlatformVersion = '1.3.1'
28-
junitVersion = '5.3.1'
27+
junitPlatformVersion = '1.3.2'
28+
junitVersion = '5.3.2'
2929
logbackVersion = '1.2.3'
30-
mockitoVersion = '2.23.0'
30+
mockitoVersion = '2.23.4'
3131

3232
/* OSGi */
3333
camelVersionRange = "[2.22,3)"

0 commit comments

Comments
 (0)