mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Bump junit to 5.2.0
This commit is contained in:
parent
a415a90ac7
commit
4cff9ddfa0
3 changed files with 8 additions and 3 deletions
|
@ -16,7 +16,8 @@ dependencies {
|
|||
compile "org.jxmpp:jxmpp-jid:$jxmppVersion"
|
||||
compile "org.minidns:minidns-core:$miniDnsVersion"
|
||||
testCompile "org.jxmpp:jxmpp-jid:$jxmppVersion:tests"
|
||||
testCompile "junit:junit:$junitVersion"
|
||||
testCompile "org.junit.jupiter:junit-jupiter-api:$junitVersion"
|
||||
testCompile "org.junit.vintage:junit-vintage-engine:$junitVersion"
|
||||
testCompile "org.xmlunit:xmlunit-core:$xmlUnitVersion"
|
||||
testCompile "org.xmlunit:xmlunit-legacy:$xmlUnitVersion"
|
||||
testCompile "org.powermock:powermock-module-junit4:1.6.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue