@@ -109,7 +109,7 @@ configure(subprojects - project(':ui:linuxLauncher')) {
109
109
apply plugin : ' findbugs'
110
110
111
111
configurations. errorprone {
112
- resolutionStrategy. force ' com.google.errorprone:error_prone_core:2.0.9 '
112
+ resolutionStrategy. force ' com.google.errorprone:error_prone_core:2.0.14 '
113
113
}
114
114
115
115
checkstyle {
@@ -172,8 +172,8 @@ configure(subprojects - project(':ui:linuxLauncher')) {
172
172
testCompile group : ' net.jodah' , name : ' concurrentunit' , version : ' 0.4.2'
173
173
testCompile group : ' org.hamcrest' , name : ' hamcrest-all' , version : ' 1.3'
174
174
testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
175
- testCompile group : ' com.google.truth' , name : ' truth' , version : ' 0.28 '
176
- testCompile group : ' com.google.guava' , name : ' guava-testlib' , version : ' 19 .0'
175
+ testCompile group : ' com.google.truth' , name : ' truth' , version : ' 0.30 '
176
+ testCompile group : ' com.google.guava' , name : ' guava-testlib' , version : ' 20 .0'
177
177
}
178
178
179
179
version = getVersionName()
@@ -252,13 +252,13 @@ project(":core") {
252
252
compile group : ' org.bytedeco.javacpp-presets' , name : ' videoinput' , version : ' 0.200-1.1' , classifier : os
253
253
compile group : ' org.python' , name : ' jython' , version : ' 2.7.0'
254
254
compile group : ' com.thoughtworks.xstream' , name : ' xstream' , version : ' 1.4.9'
255
- compile group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.4 '
256
- compile group : ' com.google.guava' , name : ' guava' , version : ' 19 .0'
257
- compile group : ' com.google.auto.value' , name : ' auto-value' , version : ' 1.2 '
258
- compile group : ' com.google.code.gson' , name : ' gson' , version : ' 2.6.2 '
259
- compile group : ' org.eclipse.jetty' , name :' jetty-server' , version :' 9.3.8.v20160314 '
255
+ compile group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.5 '
256
+ compile group : ' com.google.guava' , name : ' guava' , version : ' 20 .0'
257
+ compile group : ' com.google.auto.value' , name : ' auto-value' , version : ' 1.3 '
258
+ compile group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.0 '
259
+ compile group : ' org.eclipse.jetty' , name :' jetty-server' , version :' 9.3.14.v20161028 '
260
260
testCompile group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.2'
261
- testCompile group : ' org.apache.httpcomponents' , name : ' httpcore' , version : ' 4.2.2 '
261
+ testCompile group : ' org.apache.httpcomponents' , name : ' httpcore' , version : ' 4.4.5 '
262
262
testCompile group : ' org.apache.httpcomponents' , name : ' httpmime' , version : ' 4.5.2'
263
263
compile group : ' commons-cli' , name : ' commons-cli' , version : ' 1.3.1'
264
264
// We use the no_aop version of Guice because the aop isn't avaiable in arm java
0 commit comments