From 8723fca30c72abf51efa9ec4cc1dd59e4d7f1b84 Mon Sep 17 00:00:00 2001 From: Richard Alam <ritzalam@gmail.com> Date: Thu, 4 May 2017 13:48:39 -0700 Subject: [PATCH] - update version of bbb-commons-message --- bbb-screenshare/app/build.sbt | 2 +- bbb-video/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bbb-screenshare/app/build.sbt b/bbb-screenshare/app/build.sbt index 6f98cb4faf..32ae0ae900 100644 --- a/bbb-screenshare/app/build.sbt +++ b/bbb-screenshare/app/build.sbt @@ -56,7 +56,7 @@ libraryDependencies ++= { "org.springframework" % "spring-core" % springVersion, "org.springframework" % "spring-webmvc" % springVersion, "org.springframework" % "spring-aop" % springVersion, - "org.bigbluebutton" % "bbb-common-message"% "0.0.18-SNAPSHOT", + "org.bigbluebutton" % "bbb-common-message"% "0.0.19-SNAPSHOT", "javax.servlet" % "servlet-api" % "2.5" diff --git a/bbb-video/build.gradle b/bbb-video/build.gradle index 7504e4a4c9..d43c68ce5b 100755 --- a/bbb-video/build.gradle +++ b/bbb-video/build.gradle @@ -62,7 +62,7 @@ dependencies { compile 'commons-pool:commons-pool:1.5.6' compile 'com.google.code.gson:gson:2.5' - compile 'org.bigbluebutton:bbb-common-message:0.0.18-SNAPSHOT' + compile 'org.bigbluebutton:bbb-common-message:0.0.19-SNAPSHOT' } test { -- GitLab