diff options
author | Vitaly Takmazov | 2018-10-03 21:31:05 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-10-03 21:31:05 +0300 |
commit | e4a25d3a3820f9fdc03d6625f1e666335739de76 (patch) | |
tree | 778da1d330b1c3183a07ce763769af3cd09561fc | |
parent | 20dbb085fd349424717db1283c248a393bdf1021 (diff) |
dependency updates
-rw-r--r-- | juick-common/build.gradle | 4 | ||||
-rw-r--r-- | juick-server/build.gradle | 2 |
2 files changed, 2 insertions, 4 deletions
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") } diff --git a/juick-server/build.gradle b/juick-server/build.gradle index f1b8f2a7..412962b1 100644 --- a/juick-server/build.gradle +++ b/juick-server/build.gradle @@ -86,8 +86,6 @@ dependencies { compile 'rocks.xmpp:xmpp-extensions-client:0.8.1-SNAPSHOT' 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 'com.rometools:rome:1.11.0' compile 'com.rometools:rome-modules:1.11.0' |