From baf786f1a602042691186a4a2c62511cfead6e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 21:47:14 +0000 Subject: [PATCH] fix(deps): bump org.mongodb:bson from 5.0.1 to 5.1.0 Bumps [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](https://github.com/mongodb/mongo-java-driver/compare/r5.0.1...r5.1.0) --- updated-dependencies: - dependency-name: org.mongodb:bson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index fedbaf74..445d3118 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -79,7 +79,7 @@ dependencies { implementation "org.bouncycastle:bcpkix-jdk15on:1.70" // Serialization - implementation 'org.mongodb:bson:5.0.1' + implementation 'org.mongodb:bson:5.1.0' // Testing testImplementation 'junit:junit:4.13.2'