From 3b05384dd0146c1be3caa620a42e00e46027055d Mon Sep 17 00:00:00 2001 From: Maria A Nunez Date: Thu, 6 Nov 2025 05:35:14 -0500 Subject: [PATCH] Update github prepackaged version (#34409) --- server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile b/server/Makefile index 7649de493b..7e70d159b1 100644 --- a/server/Makefile +++ b/server/Makefile @@ -143,7 +143,7 @@ TEMPLATES_DIR=templates # Plugins Packages PLUGIN_PACKAGES ?= $(PLUGIN_PACKAGES:) PLUGIN_PACKAGES += mattermost-plugin-calls-v1.10.0 -PLUGIN_PACKAGES += mattermost-plugin-github-v2.4.0 +PLUGIN_PACKAGES += mattermost-plugin-github-v2.5.0 PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.10.0 PLUGIN_PACKAGES += mattermost-plugin-jira-v4.3.0 # We need to prepackage both versions of playbooks and install the correct one based on the server license. See MM-60025.