diff options
author | Vitaly Takmazov | 2019-01-20 11:45:07 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-01-20 11:45:07 +0300 |
commit | b0d4b61828027385a54d8ec46d8fdef4e817380d (patch) | |
tree | a6af7a2c16bebee31607875e7e1fc7f32b193402 /build.gradle | |
parent | 49783464242dd628668869699c67d427da3c9525 (diff) |
update deps
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 3cb47000..8e7dd87f 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,7 @@ dependencies { 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' + compile 'org.jboss.threads:jboss-threads:2.3.3.Final' compile ("org.springframework.boot:spring-boot-starter-websocket") compile ("org.springframework.boot:spring-boot-starter-json") compile ('org.springframework.boot:spring-boot-devtools') |