Skip to content

Commit

Permalink
Bump mongoDriverVersion from 4.11.4 to 4.11.5 (#9640)
Browse files Browse the repository at this point in the history
Bumps `mongoDriverVersion` from 4.11.4 to 4.11.5.

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

Updates `org.mongodb:mongodb-driver-reactivestreams` from 4.11.4 to 4.11.5
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r4.11.4...r4.11.5)

---
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>
  • Loading branch information
dependabot[bot] authored Nov 10, 2024
1 parent 263a794 commit 5ecb872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ext {
micrometerTracingVersion = '1.2.11'
micrometerVersion = '1.12.11'
mockitoVersion = '5.7.0'
mongoDriverVersion = '4.11.4'
mongoDriverVersion = '4.11.5'
mysqlVersion = '8.0.33'
oracleVersion = '23.3.0.23.09'
pahoMqttClientVersion = '1.2.5'
Expand Down

0 comments on commit 5ecb872

Please sign in to comment.