From 54d8fcd4f0ede11ef5a5411cff9292cb9ad66af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 07:30:54 +0000 Subject: [PATCH] chore(deps): bump gorm.io/driver/sqlite from 1.5.2 to 1.5.3 in /tests Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.5.2 to 1.5.3. - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: gorm.io/driver/sqlite 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 7a89ee05..7d7bcc30 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -8,7 +8,7 @@ require ( github.com/lib/pq v1.10.9 gorm.io/driver/mysql v1.5.2-0.20230612053416-48b6526a21f0 gorm.io/driver/postgres v1.5.3-0.20230607070428-18bc84b75196 - gorm.io/driver/sqlite v1.5.2 + gorm.io/driver/sqlite v1.5.3 gorm.io/driver/sqlserver v1.5.2-0.20230613072041-6e2cde390b0a gorm.io/gorm v1.25.2 )