Skip to content
This repository was archived by the owner on Dec 26, 2017. It is now read-only.

Commit 9f894ae

Browse files
committed
Update dependencies
1 parent 5196e59 commit 9f894ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
22
id 'com.github.ben-manes.versions' version '0.15.0'
33
id 'com.github.hierynomus.license' version '0.13.1'
4-
id 'net.researchgate.release' version '2.4.0'
5-
id 'org.sonarqube' version '2.2.1'
4+
id 'net.researchgate.release' version '2.6.0'
5+
id 'org.sonarqube' version '2.5'
66
}
77

88
apply plugin: 'maven'
@@ -29,12 +29,12 @@ ext {
2929

3030
/* Dependencies */
3131
trellisSpiVersion = '0.1.0-SNAPSHOT'
32-
jacksonVersion = '2.8.5'
33-
slf4jVersion = '1.7.21'
32+
jacksonVersion = '2.8.9'
33+
slf4jVersion = '1.7.25'
3434

3535
/* Testing */
3636
junitVersion = '4.12'
37-
logbackVersion = '1.1.7'
37+
logbackVersion = '1.2.3'
3838

3939
/* OSGi */
4040
projectOsgiVersion = project.version.replaceAll("-SNAPSHOT", ".SNAPSHOT")

0 commit comments

Comments
 (0)