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
1 changed files with 1 additions and 1 deletions

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'
}