mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
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:
parent
f8de22478b
commit
f4ee7dd541
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
mock-maker-inline
|
Loading…
Reference in a new issue