Skip to content

Commit 6c2d611

Browse files
committed
Upgrade dependencies
1 parent 340bdcd commit 6c2d611

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'com.github.ben-manes.versions' version '0.17.0'
44
id 'net.researchgate.release' version '2.6.0'
55
id 'com.github.kt3k.coveralls' version '2.8.2'
6-
id 'org.sonarqube' version '2.5'
6+
id 'org.sonarqube' version '2.6'
77
}
88

99
apply plugin: 'maven'
@@ -30,11 +30,11 @@ ext {
3030
license = 'Apache 2'
3131

3232
/* Dependencies */
33-
camelVersion = '2.20.0'
33+
camelVersion = '2.20.1'
3434

3535
/* Testing */
36-
junitVersion = '5.0.1'
37-
junitPlatformVersion = '1.0.1'
36+
junitVersion = '5.0.2'
37+
junitPlatformVersion = '1.0.2'
3838
jaxbVersion = '2.3.0'
3939
jacocoVersion = '0.7.9'
4040
activationVersion = '1.1.1'

0 commit comments

Comments
 (0)