Bump mongoDriverVersion from 4.11.3 to 4.11.4 (#9448)

Bumps `mongoDriverVersion` from 4.11.3 to 4.11.4.

Updates `org.mongodb:mongodb-driver-sync` from 4.11.3 to 4.11.4
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](https://github.com/mongodb/mongo-java-driver/compare/r4.11.3...r4.11.4)

Updates `org.mongodb:mongodb-driver-reactivestreams` from 4.11.3 to 4.11.4
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](https://github.com/mongodb/mongo-java-driver/compare/r4.11.3...r4.11.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 00:34:30 +00:00
committed by GitHub
parent 431470a9dd
commit 918d26382d

View File

@@ -95,7 +95,7 @@ ext {
micrometerTracingVersion = '1.2.9'
micrometerVersion = '1.12.9'
mockitoVersion = '5.7.0'
mongoDriverVersion = '4.11.3'
mongoDriverVersion = '4.11.4'
mysqlVersion = '8.0.33'
oracleVersion = '23.3.0.23.09'
pahoMqttClientVersion = '1.2.5'