Skip to content

Bump mongodb-driver-sync from 4.0.4 to 4.0.6 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump mongodb-driver-sync from 4.0.4 to 4.0.6
Bumps [mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) from 4.0.4 to 4.0.6.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r4.0.4...r4.0.6)

---
updated-dependencies:
- dependency-name: org.mongodb:mongodb-driver-sync
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 27, 2022
commit b9149867dcd546b5140322fea96f9a0a52dfb8d1
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</description>
<properties>
<spring-boot.version>2.3.1.RELEASE</spring-boot.version>
<mongo-driver-sync.version>4.0.4</mongo-driver-sync.version>
<mongo-driver-sync.version>4.0.6</mongo-driver-sync.version>
<spring-data-mongodb.version>3.0.1.RELEASE</spring-data-mongodb.version>
<lombok.version>1.18.12</lombok.version>
</properties>
Expand Down