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 340bdcd commit 6c2d611Copy full SHA for 6c2d611
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'com.github.ben-manes.versions' version '0.17.0'
4
id 'net.researchgate.release' version '2.6.0'
5
id 'com.github.kt3k.coveralls' version '2.8.2'
6
- id 'org.sonarqube' version '2.5'
+ id 'org.sonarqube' version '2.6'
7
}
8
9
apply plugin: 'maven'
@@ -30,11 +30,11 @@ ext {
30
license = 'Apache 2'
31
32
/* Dependencies */
33
- camelVersion = '2.20.0'
+ camelVersion = '2.20.1'
34
35
/* Testing */
36
- junitVersion = '5.0.1'
37
- junitPlatformVersion = '1.0.1'
+ junitVersion = '5.0.2'
+ junitPlatformVersion = '1.0.2'
38
jaxbVersion = '2.3.0'
39
jacocoVersion = '0.7.9'
40
activationVersion = '1.1.1'
0 commit comments