Skip to content

Commit 21daad0

Browse files
committed
Update dependencies
1 parent 10e42c9 commit 21daad0

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
@@ -1,7 +1,7 @@
11
plugins {
22
id 'com.github.hierynomus.license' version '0.14.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'
77
}
@@ -29,16 +29,16 @@ ext {
2929
license = 'Apache 2'
3030

3131
/* Dependencies */
32-
camelVersion = '2.22.2'
32+
camelVersion = '2.23.0'
3333

3434
/* Testing */
3535
activationVersion = '1.2.0'
3636
apiguardianVersion = '1.0.0'
3737
checkstyleVersion = '8.12'
3838
jaxbVersion = '2.3.0'
3939
jacocoVersion = '0.8.2'
40-
junitPlatformVersion = '1.3.1'
41-
junitVersion = '5.3.1'
40+
junitPlatformVersion = '1.3.2'
41+
junitVersion = '5.3.2'
4242
logbackVersion = '1.2.3'
4343

4444
/* OSGi */

0 commit comments

Comments
 (0)