Skip to content

Commit 801ded8

Browse files
committed
Update dependencies
1 parent 9ac7b7b commit 801ded8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'net.researchgate.release' version '2.7.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.1'
7+
id 'org.owasp.dependencycheck' version '3.3.2'
88
}
99

1010
ext {
@@ -13,7 +13,7 @@ ext {
1313
marmottaVersion = '3.4.0'
1414
camelVersion = '2.22.1'
1515
camelLdpVersion = '0.1.0'
16-
jenaVersion = '3.8.0'
16+
jenaVersion = '3.9.0'
1717
javaxAnnotationsVersion = '1.3.2'
1818
javaxInjectVersion = '2.5.0-b62'
1919
slf4jVersion = '1.7.25'
@@ -27,7 +27,7 @@ ext {
2727
junitPlatformVersion = '1.3.1'
2828
junitVersion = '5.3.1'
2929
logbackVersion = '1.2.3'
30-
mockitoVersion = '2.22.0'
30+
mockitoVersion = '2.23.0'
3131

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

0 commit comments

Comments
 (0)