diff --git a/bbb-screenshare/app/build.sbt b/bbb-screenshare/app/build.sbt index 6f98cb4fafd0e61eac435a57fd8fb67fd5101214..32ae0ae90094087d6d422616358028215399650d 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 7504e4a4c9e123bc945cbf359c381146a931e172..d43c68ce5b150dfdddac93f98a9524f1680c0d3f 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 {