From e4a25d3a3820f9fdc03d6625f1e666335739de76 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 3 Oct 2018 21:31:05 +0300 Subject: dependency updates --- juick-common/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juick-common') diff --git a/juick-common/build.gradle b/juick-common/build.gradle index 6c70c580..967926ba 100644 --- a/juick-common/build.gradle +++ b/juick-common/build.gradle @@ -14,7 +14,7 @@ dependencies { runtime "commons-fileupload:commons-fileupload:1.3.3" compile "javax.inject:javax.inject:1" - compile "javax.xml.bind:jaxb-api:2.3.0" - compile 'org.glassfish.jaxb:jaxb-runtime:2.3.0.1' + compile "javax.xml.bind:jaxb-api:2.3.1" + compile 'org.glassfish.jaxb:jaxb-runtime:2.3.1' testCompile("org.springframework.boot:spring-boot-starter-test") } -- cgit v1.2.3