diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f51f20f..9ce9dd5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
       - name: Set environment from runtime properties
         run: |
           echo "MATTERMOST_RELEASE=$(grep 'mattermost-server' dependabot/go.mod | cut -d' ' -f2)" >> $GITHUB_ENV
-          echo "MMCTL_RELEASE=v7.1.2" >> $GITHUB_ENV
+          echo "MMCTL_RELEASE=v7.2.0" >> $GITHUB_ENV
 
       - name: Pull docker image
         run: 'docker pull "${{ env.DOCKER_IMAGE }}"'
diff --git a/dependabot/go.mod b/dependabot/go.mod
index 6921f1f..adc627f 100644
--- a/dependabot/go.mod
+++ b/dependabot/go.mod
@@ -3,6 +3,6 @@ module github.com/SmartHoneybee/ubiquitous-memory/dependabot
 go 1.18
 
 require (
-	github.com/mattermost/mattermost-server/v6 v7.1.2
+	github.com/mattermost/mattermost-server/v6 v7.2.0
 	github.com/mattermost/mmctl v0.0.0-20211221153052-1bb2fec4c15e
 )