Skip to content

Commit

Permalink
fix(deps): update dependency org.mongojack:mongojack to v5.0.2 (#652)
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 Nov 27, 2024
1 parent 55087f5 commit 34a4562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ elastic = { module = "co.elastic.clients:elasticsearch-java", version.ref = "ela

# mongo
mongodb-kotlin-coroutine = { module = "org.mongodb:mongodb-driver-kotlin-coroutine", version.ref = "mongodb" }
mongojack = { module = "org.mongojack:mongojack", version = "5.0.0" }
mongojack = { module = "org.mongojack:mongojack", version = "5.0.2" }

# misc
lettuce-core = { module = "io.lettuce:lettuce-core", version = "6.5.0.RELEASE" }
Expand Down

0 comments on commit 34a4562

Please sign in to comment.