From 605af26d41a5e4787450f607f5a907b0be362209 Mon Sep 17 00:00:00 2001 From: Bohdan Zhemelinskyi Date: Fri, 20 Jan 2023 19:12:45 +0000 Subject: [PATCH] specify version of snakeYML to upgrade --- bigbluebutton-web/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-web/build.gradle b/bigbluebutton-web/build.gradle index 5bcc0049cc..1e8f99e8ea 100755 --- a/bigbluebutton-web/build.gradle +++ b/bigbluebutton-web/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation "org.grails:grails-plugin-url-mappings" implementation "org.grails:grails-plugin-interceptors" implementation 'org.grails.plugins:external-config:1.2.2' - //implementation "org.grails.plugins:cache" + implementation "org.yaml:snakeyaml:1.31" implementation "org.grails.plugins:views-json:2.1.1" implementation "org.grails.plugins:cache" implementation "org.apache.xmlbeans:xmlbeans:5.0.3"