Skip to content

Commit

Permalink
fix(deps): update mongodb to v5.1.2 (#514)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 2cb5cca commit a4ff4ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ koin = "3.5.6"
r2dbc-spi = "1.0.0.RELEASE"
r2dbc-postgresql = "0.8.13.RELEASE"
elastic = "8.14.2"
mongodb = "5.1.1"
mongodb = "5.1.2"
wiremock = "3.8.0"
testcontainers = "1.19.8"
r2dbc-mssql = "1.0.2.RELEASE"
Expand Down
2 changes: 1 addition & 1 deletion recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ r2dbc-mssql = "1.0.2.RELEASE"
elastic = "8.14.2"

# mongo
mongodb = "5.1.1"
mongodb = "5.1.2"

# Grpc
io-grpc = "1.63.0"
Expand Down

0 comments on commit a4ff4ad

Please sign in to comment.