Bump mongoDriverVersion from 5.1.1 to 5.1.2 (#9325)

Bumps `mongoDriverVersion` from 5.1.1 to 5.1.2.

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

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

---
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-07-14 00:31:55 +00:00
committed by GitHub
parent 0461167aba
commit 18d7ebbf0e

View File

@@ -95,7 +95,7 @@ ext {
micrometerTracingVersion = '1.4.0-SNAPSHOT'
micrometerVersion = '1.14.0-SNAPSHOT'
mockitoVersion = '5.12.0'
mongoDriverVersion = '5.1.1'
mongoDriverVersion = '5.1.2'
mysqlVersion = '8.4.0'
oracleVersion = '23.3.0.23.09'
pahoMqttClientVersion = '1.2.5'