Skip to content

Commit e56b693

Browse files
committed
upgrade ASM and JUnit
- ASM `7.2` -> `8.0.1` - JUnit Jupiter `5.5.2` -> `5.6.2` - JUnit Platform `1.5.2` -> `1.6.2` Signed-off-by: Peter Gafert <[email protected]>
1 parent 43a475a commit e56b693

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ ext {
3131
googleRelocationPackage = "${thirdPartyRelocationPackage}.com.google"
3232

3333
dependency = [
34-
asm : [group: 'org.ow2.asm', name: 'asm', version: '7.2'],
34+
asm : [group: 'org.ow2.asm', name: 'asm', version: '8.0.1'],
3535
guava : [group: 'com.google.guava', name: 'guava', version: '20.0'],
3636
slf4j : [group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'],
3737
log4j_api : [group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.11.1'],
3838
log4j_core : [group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.1'],
3939
log4j_slf4j : [group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.11.1'],
4040

4141
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'],
4848
hamcrest : [group: 'org.hamcrest', name: 'hamcrest-core', version: '1.3'],
4949
junit_dataprovider : [group: 'com.tngtech.java', name: 'junit-dataprovider', version: '1.11.0'],
5050
mockito : [group: 'org.mockito', name: 'mockito-core', version: '2.27.0'],

0 commit comments

Comments
 (0)