Bump mongoDriverVersion from 4.11.1 to 4.11.2 (#9066)

Bumps `mongoDriverVersion` from 4.11.1 to 4.11.2.

Updates `org.mongodb:mongodb-driver-sync` from 4.11.1 to 4.11.2
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](https://github.com/mongodb/mongo-java-driver/compare/r4.11.1...r4.11.2)

Updates `org.mongodb:mongodb-driver-reactivestreams` from 4.11.1 to 4.11.2
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](https://github.com/mongodb/mongo-java-driver/compare/r4.11.1...r4.11.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-04-07 00:13:13 +00:00
committed by GitHub
parent c2b17cb76b
commit 8307b75f90

View File

@@ -94,7 +94,7 @@ ext {
micrometerTracingVersion = '1.2.4'
micrometerVersion = '1.12.4'
mockitoVersion = '5.7.0'
mongoDriverVersion = '4.11.1'
mongoDriverVersion = '4.11.2'
mysqlVersion = '8.0.33'
oracleVersion = '23.3.0.23.09'
pahoMqttClientVersion = '1.2.5'