From 5027e9001f5cd6e6ba0616916e6bd1951d57e7ed Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 2 Jan 2017 09:41:08 +0100 Subject: [PATCH] Bump jBOSH to 0.9 --- smack-bosh/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smack-bosh/build.gradle b/smack-bosh/build.gradle index 4ec1ce03a..a3416325e 100644 --- a/smack-bosh/build.gradle +++ b/smack-bosh/build.gradle @@ -4,5 +4,5 @@ This API is considered beta quality.""" dependencies { compile project(':smack-core') - compile 'org.igniterealtime.jbosh:jbosh:[0.8,0.9)' + compile 'org.igniterealtime.jbosh:jbosh:[0.9,0.10)' }