Bump mongoDriverVersion from 5.0.0 to 5.0.1 (#9068)

Bumps `mongoDriverVersion` from 5.0.0 to 5.0.1.

Updates `org.mongodb:mongodb-driver-sync` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.0.1)

Updates `org.mongodb:mongodb-driver-reactivestreams` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.0.1)

---
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-04-07 00:27:27 +00:00
committed by GitHub
parent 642278dad1
commit 5bd5220b83

View File

@@ -95,7 +95,7 @@ ext {
micrometerTracingVersion = '1.3.0-M2'
micrometerVersion = '1.13.0-M2'
mockitoVersion = '5.10.0'
mongoDriverVersion = '5.0.0'
mongoDriverVersion = '5.0.1'
mysqlVersion = '8.3.0'
oracleVersion = '23.3.0.23.09'
pahoMqttClientVersion = '1.2.5'