1919 * DEALINGS IN THE SOFTWARE.
2020 */
2121plugins {
22- id ' com.github.johnrengelman.shadow' version ' 1.2.3 '
22+ id ' com.github.johnrengelman.shadow' version ' 2.0.1 '
2323}
2424
2525apply from : " $buildScriptsDir /common-java.gradle"
@@ -36,14 +36,14 @@ archivesBaseName = 'applicationinsights-core'
3636
3737dependencies {
3838 provided (project(' :agent' )) { transitive = false }
39- compile ([group : ' eu.infomas' , name : ' annotation-detector' , version : ' 3.0.4 ' ])
40- compile ([group : ' commons-io' , name : ' commons-io' , version : ' 2.4 ' ])
41- compile ([group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.1 ' ])
39+ compile ([group : ' eu.infomas' , name : ' annotation-detector' , version : ' 3.0.5 ' ])
40+ compile ([group : ' commons-io' , name : ' commons-io' , version : ' 2.6 ' ])
41+ compile ([group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.7 ' ])
4242 compile ([group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.3' ])
43- compile ([group : ' com.google.guava' , name : ' guava' , version : ' 12.0.1 ' ])
44- testCompile group : ' junit' , name : ' junit' , version : ' 4.11 '
45- testCompile group : ' org.mockito' , name : ' mockito-all' , version : ' 1.8.0 '
46- testCompile group : ' com.google.code.gson' , name : ' gson' , version : ' 1.7 .2'
43+ compile ([group : ' com.google.guava' , name : ' guava' , version : ' 23.0 ' ])
44+ testCompile group : ' junit' , name : ' junit' , version : ' 4.12 '
45+ testCompile group : ' org.mockito' , name : ' mockito-all' , version : ' 1.10.19 '
46+ testCompile group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8 .2'
4747}
4848
4949shadowJar {
0 commit comments