@@ -6,13 +6,13 @@ buildscript {
66 }
77
88 dependencies {
9- classpath ' com.github.ben-manes:gradle-versions-plugin:0.16 .0'
9+ classpath ' com.github.ben-manes:gradle-versions-plugin:0.17 .0'
1010 }
1111}
1212
1313plugins {
14- id " net.ltgt.apt-idea" version " 0.12 "
15- id " org.sonarqube" version " 2.5 "
14+ id " net.ltgt.apt-idea" version " 0.13 "
15+ id " org.sonarqube" version " 2.6.1 "
1616}
1717
1818apply plugin : ' application'
@@ -54,17 +54,17 @@ configurations {
5454}
5555
5656dependencies {
57- antlr group : " org.antlr" , name : " antlr4" , version : " 4.7"
58- compile group : " org.antlr" , name : " antlr4-runtime" , version : " 4.7"
59- compile group : ' org.fxmisc.richtext' , name : ' richtextfx' , version : ' 0.8.0 '
57+ antlr group : " org.antlr" , name : " antlr4" , version : " 4.7.1 "
58+ compile group : " org.antlr" , name : " antlr4-runtime" , version : " 4.7.1 "
59+ compile group : ' org.fxmisc.richtext' , name : ' richtextfx' , version : ' 0.8.1 '
6060 compile ' org.yaml:snakeyaml:1.19'
61- compile ' com.google.dagger:dagger:2.12 '
61+ compile ' com.google.dagger:dagger:2.14.1 '
6262 compile ' javax.inject:javax.inject:1'
63- apt ' com.google.dagger:dagger-compiler:2.12 '
63+ apt ' com.google.dagger:dagger-compiler:2.14.1 '
6464 compile ' net.engio:mbassador:1.3.1'
6565 compile ' org.controlsfx:controlsfx:8.40.14'
6666 compile ' net.rcarz:jira-client:0.5'
67- compile ' com.jsoniter:jsoniter:0.9.17 '
67+ compile ' com.jsoniter:jsoniter:0.9.21 '
6868
6969 testCompile ' commons-io:commons-io:2.6'
7070 testCompile ' junit:junit-dep:4.11'
0 commit comments