Bumps mongodb.driver.version from 3.11.2 to 3.12.0.
Updates mongodb-driver-core from 3.11.2 to 3.12.0
Release notes
*Sourced from [mongodb-driver-core's releases](https://github.com/mongodb/mongo-java-driver/releases).*
> ## 3.12.0
> ## Java Driver 3.12.0 (December 10, 2019)
>
> The 3.12.0 MongoDB Java Driver includes bug fixes, new features, and improvements. It supports MongoDB server versions from the 2.6 release through the [4.2 release](https://docs.mongodb.com/master/release-notes/4.2/).
>
> ### New Features
>
> See the [What's New](http://mongodb.github.io/mongo-java-driver/3.12/whats-new/) section of the reference documentation.
>
> ### Upgrade Considerations
>
> See the [Upgrade Considerations](http://mongodb.github.io/mongo-java-driver/3.12/upgrading/) section of the reference documentation.
>
> ### Downloads
>
> On [maven central](https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver/3.12.0/).
>
> ### API Documentation
>
> http://mongodb.github.io/mongo-java-driver/3.12/javadoc/
>
> ### Bug fixes
>
> You can find a full list of bug fixes [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20Bug%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC).
>
> ### Improvements
>
> You can find a full list of improvements [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20Improvement%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC).
>
> ### New Features
>
> You can find a full list of new features [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20%22New%20Feature%22%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC).
Commits
- [`c29fc3a`](https://github.com/mongodb/mongo-java-driver/commit/c29fc3ab9612119e51d7cb2bdc9e5a72e7ad3f68) Bump to 3.12.0
- [`02e2c15`](https://github.com/mongodb/mongo-java-driver/commit/02e2c1556a1f3f20c36ee0fe49e0fbd9f1b2d3bf) Bump 3.11 release version from 3.11.3 back to 3.11.2
- [`2d0ec0c`](https://github.com/mongodb/mongo-java-driver/commit/2d0ec0c058e4025fbfcc19a31ddcfa4600e65d0e) Backport Javadoc apiref link fixes from 4.x to master
- [`ff0386e`](https://github.com/mongodb/mongo-java-driver/commit/ff0386ed65be462a1cce6194f561893b1000188f) UUID specification implementation updates
- [`8d83a00`](https://github.com/mongodb/mongo-java-driver/commit/8d83a00a0731496a7256cda44d45b6c16efee8b1) Move note about 3.x release to the top of the upgrading page
- [`3493b69`](https://github.com/mongodb/mongo-java-driver/commit/3493b6907b1b55ff7a6581f84e3c7b0f0a9bd525) Add 3.12 release to reference documentation
- [`9832778`](https://github.com/mongodb/mongo-java-driver/commit/9832778dd1c0adfdf7a1163078aba2a76c8e2fb1) Update reference documentation for uuidRepresentation setting
- [`d688944`](https://github.com/mongodb/mongo-java-driver/commit/d688944bfd1a6c03504bfae80eaf25228a10e8c3) Implement UUID representation specification
- [`9d17bea`](https://github.com/mongodb/mongo-java-driver/commit/9d17beae8f95df45c855e8284e96a6ddbdca07b7) Fix UUID decoder bug
- [`8f866e2`](https://github.com/mongodb/mongo-java-driver/commit/8f866e22f6ace3f53d8ba36af55115f202898c50) mongos pinning test expects no unpinning on MaxTimeoutMSExpired
- Additional commits viewable in [compare view](https://github.com/mongodb/mongo-java-driver/compare/r3.11.2...r3.12.0)
Updates mongodb-driver from 3.11.2 to 3.12.0
Release notes
*Sourced from [mongodb-driver's releases](https://github.com/mongodb/mongo-java-driver/releases).*
> ## 3.12.0
> ## Java Driver 3.12.0 (December 10, 2019)
>
> The 3.12.0 MongoDB Java Driver includes bug fixes, new features, and improvements. It supports MongoDB server versions from the 2.6 release through the [4.2 release](https://docs.mongodb.com/master/release-notes/4.2/).
>
> ### New Features
>
> See the [What's New](http://mongodb.github.io/mongo-java-driver/3.12/whats-new/) section of the reference documentation.
>
> ### Upgrade Considerations
>
> See the [Upgrade Considerations](http://mongodb.github.io/mongo-java-driver/3.12/upgrading/) section of the reference documentation.
>
> ### Downloads
>
> On [maven central](https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver/3.12.0/).
>
> ### API Documentation
>
> http://mongodb.github.io/mongo-java-driver/3.12/javadoc/
>
> ### Bug fixes
>
> You can find a full list of bug fixes [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20Bug%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC).
>
> ### Improvements
>
> You can find a full list of improvements [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20Improvement%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC).
>
> ### New Features
>
> You can find a full list of new features [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20%22New%20Feature%22%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC).
Commits
- [`c29fc3a`](https://github.com/mongodb/mongo-java-driver/commit/c29fc3ab9612119e51d7cb2bdc9e5a72e7ad3f68) Bump to 3.12.0
- [`02e2c15`](https://github.com/mongodb/mongo-java-driver/commit/02e2c1556a1f3f20c36ee0fe49e0fbd9f1b2d3bf) Bump 3.11 release version from 3.11.3 back to 3.11.2
- [`2d0ec0c`](https://github.com/mongodb/mongo-java-driver/commit/2d0ec0c058e4025fbfcc19a31ddcfa4600e65d0e) Backport Javadoc apiref link fixes from 4.x to master
- [`ff0386e`](https://github.com/mongodb/mongo-java-driver/commit/ff0386ed65be462a1cce6194f561893b1000188f) UUID specification implementation updates
- [`8d83a00`](https://github.com/mongodb/mongo-java-driver/commit/8d83a00a0731496a7256cda44d45b6c16efee8b1) Move note about 3.x release to the top of the upgrading page
- [`3493b69`](https://github.com/mongodb/mongo-java-driver/commit/3493b6907b1b55ff7a6581f84e3c7b0f0a9bd525) Add 3.12 release to reference documentation
- [`9832778`](https://github.com/mongodb/mongo-java-driver/commit/9832778dd1c0adfdf7a1163078aba2a76c8e2fb1) Update reference documentation for uuidRepresentation setting
- [`d688944`](https://github.com/mongodb/mongo-java-driver/commit/d688944bfd1a6c03504bfae80eaf25228a10e8c3) Implement UUID representation specification
- [`9d17bea`](https://github.com/mongodb/mongo-java-driver/commit/9d17beae8f95df45c855e8284e96a6ddbdca07b7) Fix UUID decoder bug
- [`8f866e2`](https://github.com/mongodb/mongo-java-driver/commit/8f866e22f6ace3f53d8ba36af55115f202898c50) mongos pinning test expects no unpinning on MaxTimeoutMSExpired
- Additional commits viewable in [compare view](https://github.com/mongodb/mongo-java-driver/compare/r3.11.2...r3.12.0)
Updates bson from 3.11.2 to 3.12.0
Release notes
*Sourced from [bson's releases](https://github.com/mongodb/mongo-java-driver/releases).*
> ## 3.12.0
> ## Java Driver 3.12.0 (December 10, 2019)
>
> The 3.12.0 MongoDB Java Driver includes bug fixes, new features, and improvements. It supports MongoDB server versions from the 2.6 release through the [4.2 release](https://docs.mongodb.com/master/release-notes/4.2/).
>
> ### New Features
>
> See the [What's New](http://mongodb.github.io/mongo-java-driver/3.12/whats-new/) section of the reference documentation.
>
> ### Upgrade Considerations
>
> See the [Upgrade Considerations](http://mongodb.github.io/mongo-java-driver/3.12/upgrading/) section of the reference documentation.
>
> ### Downloads
>
> On [maven central](https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver/3.12.0/).
>
> ### API Documentation
>
> http://mongodb.github.io/mongo-java-driver/3.12/javadoc/
>
> ### Bug fixes
>
> You can find a full list of bug fixes [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20Bug%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC).
>
> ### Improvements
>
> You can find a full list of improvements [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20Improvement%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC).
>
> ### New Features
>
> You can find a full list of new features [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20%22New%20Feature%22%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC).
Commits
- [`c29fc3a`](https://github.com/mongodb/mongo-java-driver/commit/c29fc3ab9612119e51d7cb2bdc9e5a72e7ad3f68) Bump to 3.12.0
- [`02e2c15`](https://github.com/mongodb/mongo-java-driver/commit/02e2c1556a1f3f20c36ee0fe49e0fbd9f1b2d3bf) Bump 3.11 release version from 3.11.3 back to 3.11.2
- [`2d0ec0c`](https://github.com/mongodb/mongo-java-driver/commit/2d0ec0c058e4025fbfcc19a31ddcfa4600e65d0e) Backport Javadoc apiref link fixes from 4.x to master
- [`ff0386e`](https://github.com/mongodb/mongo-java-driver/commit/ff0386ed65be462a1cce6194f561893b1000188f) UUID specification implementation updates
- [`8d83a00`](https://github.com/mongodb/mongo-java-driver/commit/8d83a00a0731496a7256cda44d45b6c16efee8b1) Move note about 3.x release to the top of the upgrading page
- [`3493b69`](https://github.com/mongodb/mongo-java-driver/commit/3493b6907b1b55ff7a6581f84e3c7b0f0a9bd525) Add 3.12 release to reference documentation
- [`9832778`](https://github.com/mongodb/mongo-java-driver/commit/9832778dd1c0adfdf7a1163078aba2a76c8e2fb1) Update reference documentation for uuidRepresentation setting
- [`d688944`](https://github.com/mongodb/mongo-java-driver/commit/d688944bfd1a6c03504bfae80eaf25228a10e8c3) Implement UUID representation specification
- [`9d17bea`](https://github.com/mongodb/mongo-java-driver/commit/9d17beae8f95df45c855e8284e96a6ddbdca07b7) Fix UUID decoder bug
- [`8f866e2`](https://github.com/mongodb/mongo-java-driver/commit/8f866e22f6ace3f53d8ba36af55115f202898c50) mongos pinning test expects no unpinning on MaxTimeoutMSExpired
- Additional commits viewable in [compare view](https://github.com/mongodb/mongo-java-driver/compare/r3.11.2...r3.12.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps
mongodb.driver.version
from 3.11.2 to 3.12.0.Updates
mongodb-driver-core
from 3.11.2 to 3.12.0Release notes
*Sourced from [mongodb-driver-core's releases](https://github.com/mongodb/mongo-java-driver/releases).* > ## 3.12.0 > ## Java Driver 3.12.0 (December 10, 2019) > > The 3.12.0 MongoDB Java Driver includes bug fixes, new features, and improvements. It supports MongoDB server versions from the 2.6 release through the [4.2 release](https://docs.mongodb.com/master/release-notes/4.2/). > > ### New Features > > See the [What's New](http://mongodb.github.io/mongo-java-driver/3.12/whats-new/) section of the reference documentation. > > ### Upgrade Considerations > > See the [Upgrade Considerations](http://mongodb.github.io/mongo-java-driver/3.12/upgrading/) section of the reference documentation. > > ### Downloads > > On [maven central](https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver/3.12.0/). > > ### API Documentation > > http://mongodb.github.io/mongo-java-driver/3.12/javadoc/ > > ### Bug fixes > > You can find a full list of bug fixes [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20Bug%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC). > > ### Improvements > > You can find a full list of improvements [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20Improvement%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC). > > ### New Features > > You can find a full list of new features [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20%22New%20Feature%22%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC).Commits
- [`c29fc3a`](https://github.com/mongodb/mongo-java-driver/commit/c29fc3ab9612119e51d7cb2bdc9e5a72e7ad3f68) Bump to 3.12.0 - [`02e2c15`](https://github.com/mongodb/mongo-java-driver/commit/02e2c1556a1f3f20c36ee0fe49e0fbd9f1b2d3bf) Bump 3.11 release version from 3.11.3 back to 3.11.2 - [`2d0ec0c`](https://github.com/mongodb/mongo-java-driver/commit/2d0ec0c058e4025fbfcc19a31ddcfa4600e65d0e) Backport Javadoc apiref link fixes from 4.x to master - [`ff0386e`](https://github.com/mongodb/mongo-java-driver/commit/ff0386ed65be462a1cce6194f561893b1000188f) UUID specification implementation updates - [`8d83a00`](https://github.com/mongodb/mongo-java-driver/commit/8d83a00a0731496a7256cda44d45b6c16efee8b1) Move note about 3.x release to the top of the upgrading page - [`3493b69`](https://github.com/mongodb/mongo-java-driver/commit/3493b6907b1b55ff7a6581f84e3c7b0f0a9bd525) Add 3.12 release to reference documentation - [`9832778`](https://github.com/mongodb/mongo-java-driver/commit/9832778dd1c0adfdf7a1163078aba2a76c8e2fb1) Update reference documentation for uuidRepresentation setting - [`d688944`](https://github.com/mongodb/mongo-java-driver/commit/d688944bfd1a6c03504bfae80eaf25228a10e8c3) Implement UUID representation specification - [`9d17bea`](https://github.com/mongodb/mongo-java-driver/commit/9d17beae8f95df45c855e8284e96a6ddbdca07b7) Fix UUID decoder bug - [`8f866e2`](https://github.com/mongodb/mongo-java-driver/commit/8f866e22f6ace3f53d8ba36af55115f202898c50) mongos pinning test expects no unpinning on MaxTimeoutMSExpired - Additional commits viewable in [compare view](https://github.com/mongodb/mongo-java-driver/compare/r3.11.2...r3.12.0)Updates
mongodb-driver
from 3.11.2 to 3.12.0Release notes
*Sourced from [mongodb-driver's releases](https://github.com/mongodb/mongo-java-driver/releases).* > ## 3.12.0 > ## Java Driver 3.12.0 (December 10, 2019) > > The 3.12.0 MongoDB Java Driver includes bug fixes, new features, and improvements. It supports MongoDB server versions from the 2.6 release through the [4.2 release](https://docs.mongodb.com/master/release-notes/4.2/). > > ### New Features > > See the [What's New](http://mongodb.github.io/mongo-java-driver/3.12/whats-new/) section of the reference documentation. > > ### Upgrade Considerations > > See the [Upgrade Considerations](http://mongodb.github.io/mongo-java-driver/3.12/upgrading/) section of the reference documentation. > > ### Downloads > > On [maven central](https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver/3.12.0/). > > ### API Documentation > > http://mongodb.github.io/mongo-java-driver/3.12/javadoc/ > > ### Bug fixes > > You can find a full list of bug fixes [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20Bug%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC). > > ### Improvements > > You can find a full list of improvements [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20Improvement%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC). > > ### New Features > > You can find a full list of new features [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20%22New%20Feature%22%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC).Commits
- [`c29fc3a`](https://github.com/mongodb/mongo-java-driver/commit/c29fc3ab9612119e51d7cb2bdc9e5a72e7ad3f68) Bump to 3.12.0 - [`02e2c15`](https://github.com/mongodb/mongo-java-driver/commit/02e2c1556a1f3f20c36ee0fe49e0fbd9f1b2d3bf) Bump 3.11 release version from 3.11.3 back to 3.11.2 - [`2d0ec0c`](https://github.com/mongodb/mongo-java-driver/commit/2d0ec0c058e4025fbfcc19a31ddcfa4600e65d0e) Backport Javadoc apiref link fixes from 4.x to master - [`ff0386e`](https://github.com/mongodb/mongo-java-driver/commit/ff0386ed65be462a1cce6194f561893b1000188f) UUID specification implementation updates - [`8d83a00`](https://github.com/mongodb/mongo-java-driver/commit/8d83a00a0731496a7256cda44d45b6c16efee8b1) Move note about 3.x release to the top of the upgrading page - [`3493b69`](https://github.com/mongodb/mongo-java-driver/commit/3493b6907b1b55ff7a6581f84e3c7b0f0a9bd525) Add 3.12 release to reference documentation - [`9832778`](https://github.com/mongodb/mongo-java-driver/commit/9832778dd1c0adfdf7a1163078aba2a76c8e2fb1) Update reference documentation for uuidRepresentation setting - [`d688944`](https://github.com/mongodb/mongo-java-driver/commit/d688944bfd1a6c03504bfae80eaf25228a10e8c3) Implement UUID representation specification - [`9d17bea`](https://github.com/mongodb/mongo-java-driver/commit/9d17beae8f95df45c855e8284e96a6ddbdca07b7) Fix UUID decoder bug - [`8f866e2`](https://github.com/mongodb/mongo-java-driver/commit/8f866e22f6ace3f53d8ba36af55115f202898c50) mongos pinning test expects no unpinning on MaxTimeoutMSExpired - Additional commits viewable in [compare view](https://github.com/mongodb/mongo-java-driver/compare/r3.11.2...r3.12.0)Updates
bson
from 3.11.2 to 3.12.0Release notes
*Sourced from [bson's releases](https://github.com/mongodb/mongo-java-driver/releases).* > ## 3.12.0 > ## Java Driver 3.12.0 (December 10, 2019) > > The 3.12.0 MongoDB Java Driver includes bug fixes, new features, and improvements. It supports MongoDB server versions from the 2.6 release through the [4.2 release](https://docs.mongodb.com/master/release-notes/4.2/). > > ### New Features > > See the [What's New](http://mongodb.github.io/mongo-java-driver/3.12/whats-new/) section of the reference documentation. > > ### Upgrade Considerations > > See the [Upgrade Considerations](http://mongodb.github.io/mongo-java-driver/3.12/upgrading/) section of the reference documentation. > > ### Downloads > > On [maven central](https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver/3.12.0/). > > ### API Documentation > > http://mongodb.github.io/mongo-java-driver/3.12/javadoc/ > > ### Bug fixes > > You can find a full list of bug fixes [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20Bug%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC). > > ### Improvements > > You can find a full list of improvements [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20Improvement%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC). > > ### New Features > > You can find a full list of new features [here](https://jira.mongodb.org/issues/?jql=project%20%3D%20JAVA%20AND%20issuetype%20%3D%20%22New%20Feature%22%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%203.12.0%20ORDER%20BY%20component%20ASC).Commits
- [`c29fc3a`](https://github.com/mongodb/mongo-java-driver/commit/c29fc3ab9612119e51d7cb2bdc9e5a72e7ad3f68) Bump to 3.12.0 - [`02e2c15`](https://github.com/mongodb/mongo-java-driver/commit/02e2c1556a1f3f20c36ee0fe49e0fbd9f1b2d3bf) Bump 3.11 release version from 3.11.3 back to 3.11.2 - [`2d0ec0c`](https://github.com/mongodb/mongo-java-driver/commit/2d0ec0c058e4025fbfcc19a31ddcfa4600e65d0e) Backport Javadoc apiref link fixes from 4.x to master - [`ff0386e`](https://github.com/mongodb/mongo-java-driver/commit/ff0386ed65be462a1cce6194f561893b1000188f) UUID specification implementation updates - [`8d83a00`](https://github.com/mongodb/mongo-java-driver/commit/8d83a00a0731496a7256cda44d45b6c16efee8b1) Move note about 3.x release to the top of the upgrading page - [`3493b69`](https://github.com/mongodb/mongo-java-driver/commit/3493b6907b1b55ff7a6581f84e3c7b0f0a9bd525) Add 3.12 release to reference documentation - [`9832778`](https://github.com/mongodb/mongo-java-driver/commit/9832778dd1c0adfdf7a1163078aba2a76c8e2fb1) Update reference documentation for uuidRepresentation setting - [`d688944`](https://github.com/mongodb/mongo-java-driver/commit/d688944bfd1a6c03504bfae80eaf25228a10e8c3) Implement UUID representation specification - [`9d17bea`](https://github.com/mongodb/mongo-java-driver/commit/9d17beae8f95df45c855e8284e96a6ddbdca07b7) Fix UUID decoder bug - [`8f866e2`](https://github.com/mongodb/mongo-java-driver/commit/8f866e22f6ace3f53d8ba36af55115f202898c50) mongos pinning test expects no unpinning on MaxTimeoutMSExpired - Additional commits viewable in [compare view](https://github.com/mongodb/mongo-java-driver/compare/r3.11.2...r3.12.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)