@@ -31,20 +31,20 @@ ext {
31
31
googleRelocationPackage = " ${ thirdPartyRelocationPackage} .com.google"
32
32
33
33
dependency = [
34
- asm : [group : ' org.ow2.asm' , name : ' asm' , version : ' 7.2 ' ],
34
+ asm : [group : ' org.ow2.asm' , name : ' asm' , version : ' 8.0.1 ' ],
35
35
guava : [group : ' com.google.guava' , name : ' guava' , version : ' 20.0' ],
36
36
slf4j : [group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.25' ],
37
37
log4j_api : [group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.11.1' ],
38
38
log4j_core : [group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.11.1' ],
39
39
log4j_slf4j : [group : ' org.apache.logging.log4j' , name : ' log4j-slf4j-impl' , version : ' 2.11.1' ],
40
40
41
41
junit4 : [group : ' junit' , name : ' junit' , version : ' 4.13' ],
42
- junit5VintageEngine : [group : ' org.junit.vintage' , name : ' junit-vintage-engine' , version : ' 5.5 .2' ],
43
- junit5JupiterApi : [group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.5 .2' ],
44
- junit5JupiterEngine : [group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.5 .2' ],
45
- junitPlatform : [group : ' org.junit.platform' , name : ' junit-platform-runner' , version : ' 1.5 .2' ],
46
- junitPlatformCommons : [group : ' org.junit.platform' , name : ' junit-platform-commons' , version : ' 1.5 .2' ],
47
- junitPlatformEngine : [group : ' org.junit.platform' , name : ' junit-platform-engine' , version : ' 1.5 .2' ],
42
+ junit5VintageEngine : [group : ' org.junit.vintage' , name : ' junit-vintage-engine' , version : ' 5.6 .2' ],
43
+ junit5JupiterApi : [group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.6 .2' ],
44
+ junit5JupiterEngine : [group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.6 .2' ],
45
+ junitPlatform : [group : ' org.junit.platform' , name : ' junit-platform-runner' , version : ' 1.6 .2' ],
46
+ junitPlatformCommons : [group : ' org.junit.platform' , name : ' junit-platform-commons' , version : ' 1.6 .2' ],
47
+ junitPlatformEngine : [group : ' org.junit.platform' , name : ' junit-platform-engine' , version : ' 1.6 .2' ],
48
48
hamcrest : [group : ' org.hamcrest' , name : ' hamcrest-core' , version : ' 1.3' ],
49
49
junit_dataprovider : [group : ' com.tngtech.java' , name : ' junit-dataprovider' , version : ' 1.11.0' ],
50
50
mockito : [group : ' org.mockito' , name : ' mockito-core' , version : ' 2.27.0' ],
0 commit comments