From fa69020a34ee586e3ab51ca82a27bc1464fb0c45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:20:42 +0000 Subject: [PATCH] chore(deps): bump gorm.io/driver/postgres from 1.5.6 to 1.5.7 in /tests Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.5.6 to 1.5.7. - [Commits](https://github.com/go-gorm/postgres/compare/v1.5.6...v1.5.7) --- updated-dependencies: - dependency-name: gorm.io/driver/postgres 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 136667b7..ef7a6087 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -8,7 +8,7 @@ require ( github.com/lib/pq v1.10.9 github.com/stretchr/testify v1.8.4 gorm.io/driver/mysql v1.5.4 - gorm.io/driver/postgres v1.5.6 + gorm.io/driver/postgres v1.5.7 gorm.io/driver/sqlite v1.5.5 gorm.io/driver/sqlserver v1.5.3 gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde