Bump mongoDriverVersion from 5.1.2 to 5.1.3 (#9376)

Bumps `mongoDriverVersion` from 5.1.2 to 5.1.3.

Updates `org.mongodb:mongodb-driver-sync` from 5.1.2 to 5.1.3
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](https://github.com/mongodb/mongo-java-driver/compare/r5.1.2...r5.1.3)

Updates `org.mongodb:mongodb-driver-reactivestreams` from 5.1.2 to 5.1.3
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](https://github.com/mongodb/mongo-java-driver/compare/r5.1.2...r5.1.3)

---
updated-dependencies:
- dependency-name: org.mongodb:mongodb-driver-sync
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.mongodb:mongodb-driver-reactivestreams
  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>
This commit is contained in:
dependabot[bot]
2024-08-11 00:35:26 +00:00
committed by GitHub
parent 1e86856ba7
commit 836d5660b4

View File

@@ -96,7 +96,7 @@ ext {
micrometerTracingVersion = '1.4.0-SNAPSHOT'
micrometerVersion = '1.14.0-SNAPSHOT'
mockitoVersion = '5.12.0'
mongoDriverVersion = '5.1.2'
mongoDriverVersion = '5.1.3'
mysqlVersion = '9.0.0'
oracleVersion = '23.4.0.24.05'
pahoMqttClientVersion = '1.2.5'