From c1c59c31c9b835eb02fc492814257f83f9a13e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 07:49:24 +0000 Subject: [PATCH] chore(deps): bump gorm.io/driver/mysql from 1.5.4 to 1.5.5 in /tests Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.5.4 to 1.5.5. - [Commits](https://github.com/go-gorm/mysql/compare/v1.5.4...v1.5.5) --- updated-dependencies: - dependency-name: gorm.io/driver/mysql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index 136667b7..9600675f 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -7,11 +7,11 @@ require ( github.com/jinzhu/now v1.1.5 github.com/lib/pq v1.10.9 github.com/stretchr/testify v1.8.4 - gorm.io/driver/mysql v1.5.4 + gorm.io/driver/mysql v1.5.5 gorm.io/driver/postgres v1.5.6 gorm.io/driver/sqlite v1.5.5 gorm.io/driver/sqlserver v1.5.3 - gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde + gorm.io/gorm v1.25.7 ) require (