From e7511ba1bca235e6778be592044ee075f775d260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 07:13:55 +0000 Subject: [PATCH] Bump gorm.io/gorm from 1.21.14 to 1.21.15 in /tests Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.21.14 to 1.21.15. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.21.14...v1.21.15) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-patch ... 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 d7ab65ad..cf0799e6 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -10,7 +10,7 @@ require ( gorm.io/driver/postgres v1.1.0 gorm.io/driver/sqlite v1.1.4 gorm.io/driver/sqlserver v1.0.9 - gorm.io/gorm v1.21.14 + gorm.io/gorm v1.21.15 ) replace gorm.io/gorm => ../