From 90ab260bd3b155fffcff81ae86e65d0e4ecccbba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 22:05:23 +0000 Subject: [PATCH] build(deps): Bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.4.0 Bumps [github.com/fxamacker/cbor/v2](https://github.com/fxamacker/cbor) from 2.2.0 to 2.4.0. - [Release notes](https://github.com/fxamacker/cbor/releases) - [Commits](https://github.com/fxamacker/cbor/compare/v2.2.0...v2.4.0) --- updated-dependencies: - dependency-name: github.com/fxamacker/cbor/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0c4564d7c5..1669bb7263 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 - github.com/fxamacker/cbor/v2 v2.2.0 + github.com/fxamacker/cbor/v2 v2.4.0 github.com/gomodule/redigo v2.0.0+incompatible github.com/google/uuid v1.2.0 github.com/gorilla/mux v1.8.0