diff options
author | Vitaly Takmazov | 2019-01-11 19:39:02 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-01-11 19:39:02 +0300 |
commit | 72f43244fcb280edf6d983fdd0f13a53964d67b5 (patch) | |
tree | 5acfe2f7c9c7e0b64152c292f89730a8d4246c44 /build.gradle | |
parent | 020b4bd111d02fd5273291c85024402ae6c46ab6 (diff) |
update deps
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
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' |