aboutsummaryrefslogtreecommitdiff
path: root/juick-common
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-10-03 21:31:05 +0300
committerGravatar Vitaly Takmazov2018-10-03 21:31:05 +0300
commite4a25d3a3820f9fdc03d6625f1e666335739de76 (patch)
tree778da1d330b1c3183a07ce763769af3cd09561fc /juick-common
parent20dbb085fd349424717db1283c248a393bdf1021 (diff)
dependency updates
Diffstat (limited to 'juick-common')
-rw-r--r--juick-common/build.gradle4
1 files changed, 2 insertions, 2 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")
}