Skip to content

Commit

Permalink
Bump go.mongodb.org/mongo-driver from 1.17.0 to 1.17.1 in /mongo (#307)
Browse files Browse the repository at this point in the history
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.17.0...v1.17.1)

---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent 632d690 commit b65c884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mongo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
require (
github.com/golang-migrate/migrate/v4 v4.18.1
github.com/stretchr/testify v1.9.0
go.mongodb.org/mongo-driver v1.17.0
go.mongodb.org/mongo-driver v1.17.1
go.nhat.io/testcontainers-extra v0.15.0
go.nhat.io/testcontainers-registry v0.17.0
)
Expand Down
4 changes: 2 additions & 2 deletions mongo/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0=
github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
go.mongodb.org/mongo-driver v1.17.0 h1:Hp4q2MCjvY19ViwimTs00wHi7G4yzxh4/2+nTx8r40k=
go.mongodb.org/mongo-driver v1.17.0/go.mod h1:wwWm/+BuOddhcq3n68LKRmgk2wXzmF6s0SFOa0GINL4=
go.mongodb.org/mongo-driver v1.17.1 h1:Wic5cJIwJgSpBhe3lx3+/RybR5PiYRMpVFgO7cOHyIM=
go.mongodb.org/mongo-driver v1.17.1/go.mod h1:wwWm/+BuOddhcq3n68LKRmgk2wXzmF6s0SFOa0GINL4=
go.nhat.io/testcontainers-extra v0.15.0 h1:FUHkiPi1fiKLrDgpnzY1KC6y24ls9XfCGY0A5kLMeUI=
go.nhat.io/testcontainers-extra v0.15.0/go.mod h1:Rvp+2hSGazWRmXzJzM1oeYKQXNAhXomE6iFnB8gp3T8=
go.nhat.io/testcontainers-registry v0.17.0 h1:5vBp3B3ejwqFpCcyhwML3RGW4CD2+YS0zY6MduD2410=
Expand Down

0 comments on commit b65c884

Please sign in to comment.