From 404ed7f60cabc79b2971f82e8136645694198880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 08:34:04 -0500 Subject: [PATCH] Bump github.com/mattermost/mattermost-server/v6 in /dependabot (#148) Bumps [github.com/mattermost/mattermost-server/v6](https://github.com/mattermost/mattermost-server) from 6.5.0 to 6.6.0. - [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.5.0...v6.6.0) --- updated-dependencies: - dependency-name: github.com/mattermost/mattermost-server/v6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependabot/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependabot/go.mod b/dependabot/go.mod index e357225..c86f794 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.5.0 + github.com/mattermost/mattermost-server/v6 v6.6.0 github.com/mattermost/mmctl v0.0.0-20211221153052-1bb2fec4c15e )