From 2317f4860eb38c87678df7168a770b331de4cdfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 00:42:40 +0000 Subject: [PATCH] Bump github.com/mattermost/mattermost-server/v6 in /dependabot Bumps [github.com/mattermost/mattermost-server/v6](https://github.com/mattermost/mattermost-server) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/mattermost/mattermost-server/releases) - [Changelog](https://github.com/mattermost/mattermost-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/mattermost/mattermost-server/compare/v6.3.0...v6.3.1) --- updated-dependencies: - dependency-name: github.com/mattermost/mattermost-server/v6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependabot/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependabot/go.mod b/dependabot/go.mod index 8072e2a..55d6205 100644 --- a/dependabot/go.mod +++ b/dependabot/go.mod @@ -3,6 +3,6 @@ module github.com/SmartHoneybee/ubiquitous-memory/dependabot go 1.16 require ( - github.com/mattermost/mattermost-server/v6 v6.3.0 + github.com/mattermost/mattermost-server/v6 v6.3.1 github.com/mattermost/mmctl v0.0.0-20211221153052-1bb2fec4c15e )