From 6c6179e62c7b5babe94cbdde30cfc55c0c21552a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 20:52:53 +0000 Subject: [PATCH] :arrow_up: Bump github.com/sijms/go-ora/v2 from 2.8.18 to 2.8.19 Bumps [github.com/sijms/go-ora/v2](https://github.com/sijms/go-ora) from 2.8.18 to 2.8.19. - [Release notes](https://github.com/sijms/go-ora/releases) - [Commits](https://github.com/sijms/go-ora/compare/v2.8.18...v2.8.19) --- updated-dependencies: - dependency-name: github.com/sijms/go-ora/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4251caf..a94cf85 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/emirpasic/gods v1.18.1 - github.com/sijms/go-ora/v2 v2.8.18 + github.com/sijms/go-ora/v2 v2.8.19 gorm.io/gorm v1.25.10 )