Bump mongoDriverVersion from 5.1.3 to 5.1.4 (#9445)

Bumps `mongoDriverVersion` from 5.1.3 to 5.1.4.

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

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

---
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-09-08 01:39:23 +00:00
committed by GitHub
parent c8a9b336f8
commit 145a95b4e3

View File

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