From 6ce6e3c41914c0c3b60c7e3f6a96ed061a7a13f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 07:34:43 +0000 Subject: [PATCH] chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 in /tests Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/google/uuid/releases) - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/go.mod b/tests/go.mod index 71079050..bb52e6f1 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -3,7 +3,7 @@ module gorm.io/gorm/tests go 1.18 require ( - github.com/google/uuid v1.4.0 + github.com/google/uuid v1.5.0 github.com/jinzhu/now v1.1.5 github.com/lib/pq v1.10.9 gorm.io/driver/mysql v1.5.2