We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801ded8 commit 358ff80Copy full SHA for 358ff80
build.gradle
@@ -4,14 +4,14 @@ plugins {
4
id 'net.researchgate.release' version '2.7.0'
5
id 'com.github.kt3k.coveralls' version '2.8.2'
6
id 'org.sonarqube' version '2.6.2'
7
- id 'org.owasp.dependencycheck' version '3.3.2'
+ id 'org.owasp.dependencycheck' version '3.3.4'
8
}
9
10
ext {
11
12
/* Dependencies */
13
marmottaVersion = '3.4.0'
14
- camelVersion = '2.22.1'
+ camelVersion = '2.22.2'
15
camelLdpVersion = '0.1.0'
16
jenaVersion = '3.9.0'
17
javaxAnnotationsVersion = '1.3.2'
0 commit comments