From a316dfb80be425aa8e6e0a965c720671a15b1e6a Mon Sep 17 00:00:00 2001 From: Christopher Poile Date: Sat, 15 Jun 2024 10:12:06 -0400 Subject: [PATCH] [MM-58296] Update prepackage calls to v0.28.1 for MM v9.10 (#27352) Co-authored-by: Mattermost Build --- server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile b/server/Makefile index 98213f2519..4bb4b22673 100644 --- a/server/Makefile +++ b/server/Makefile @@ -144,7 +144,7 @@ TEMPLATES_DIR=templates # Plugins Packages PLUGIN_PACKAGES ?= $(PLUGIN_PACKAGES:) -PLUGIN_PACKAGES += mattermost-plugin-calls-v0.27.0 +PLUGIN_PACKAGES += mattermost-plugin-calls-v0.28.1 PLUGIN_PACKAGES += mattermost-plugin-github-v2.2.0 PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.9.1 PLUGIN_PACKAGES += mattermost-plugin-jira-v4.1.1