aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 03efb8bf..70f18867 100644
--- a/build.gradle
+++ b/build.gradle
@@ -124,7 +124,7 @@ dependencies {
compile ("org.springframework.boot:spring-boot-starter-undertow") {
exclude group: 'org.jboss.xnio'
}
- compile ("org.jboss.xnio:xnio-nio:3.6.4.Final") {
+ compile ("org.jboss.xnio:xnio-nio:3.6.5.Final") {
exclude group: 'org.jboss.threads'
}
compile 'org.jboss.threads:jboss-threads:2.3.2.Final'
@@ -147,7 +147,7 @@ dependencies {
compile "javax.inject:javax.inject:1"
compile "javax.xml.bind:jaxb-api:2.3.1"
- compile 'org.glassfish.jaxb:jaxb-runtime:2.3.1'
+ runtime 'org.glassfish.jaxb:jaxb-runtime:2.3.2'
compileOnly 'io.springfox:springfox-core:2.9.2'