Update PowerMock to 2.0.2

and set Mockito 2's mock-maker-inline as MockMaker to allow mocking of
final classes.
This commit is contained in:
Florian Schmaus 2019-05-08 12:00:12 +02:00
parent f8de22478b
commit f4ee7dd541
2 changed files with 2 additions and 1 deletions

View File

@ -130,7 +130,7 @@ allprojects {
':smack-openpgp',
].collect { project(it) }
junitVersion = '5.4.2'
powerMockVersion = '1.7.3'
powerMockVersion = '2.0.2'
}
group = 'org.igniterealtime.smack'
sourceCompatibility = JavaVersion.VERSION_1_8

View File

@ -0,0 +1 @@
mock-maker-inline