1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 07:04:49 +02:00

Bump James Murty's java-xmlbuilder to 1.2

This commit is contained in:
Florian Schmaus 2018-05-09 20:20:45 +02:00
parent e5d93e58a1
commit 3066801d58

View file

@ -24,7 +24,7 @@ dependencies {
testCompile "org.powermock:powermock-module-junit4:$powerMockVersion"
testCompile "org.powermock:powermock-module-junit4-rule:$powerMockVersion"
testCompile "org.powermock:powermock-api-mockito2:$powerMockVersion"
testCompile 'com.jamesmurty.utils:java-xmlbuilder:0.6'
testCompile 'com.jamesmurty.utils:java-xmlbuilder:1.2'
testCompile 'net.iharder:base64:2.3.8'
}