commit 402ae71f9bff1650b140c2f5d0e70bbc487813b2
parent e492d02140c9a35cd9ec551a5d8619831989fe47
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Fri, 11 Oct 2019 13:42:21 +0200
fix warning
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
@@ -42,7 +42,7 @@ subprojects {
compile "javax.xml.bind:jaxb-api:2.3.0"
compile group: 'xerces', name: 'xercesImpl', version: '2.6.2-jaxb-1.0.6'
compile "javax.activation:activation:1.1"
- compile "org.glassfish.jaxb:jaxb-runtime:2.3.0"
+ compile "org.glassfish.jaxb:jaxb-runtime:2.3.1"
testCompile group: 'junit', name: 'junit', version: '4.12'
runtime rootProject.files("resources")
}