Skip to content

Commit

Permalink
fix(deps): update mongodb to v5.1.1 (#466)
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 Jun 12, 2024
1 parent 93c7683 commit 2251619
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.0"
mongodb = "5.1.0"
mongodb = "5.1.1"
wiremock = "3.6.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.0"

# mongo
mongodb = "5.1.0"
mongodb = "5.1.1"

# Grpc
io-grpc = "1.63.0"
Expand Down

0 comments on commit 2251619

Please sign in to comment.