Skip to content

Commit

Permalink
Bump bson from 4.6.0 to 4.7.1
Browse files Browse the repository at this point in the history
Bumps [bson](https://github.com/mongodb/mongo-java-driver) from 4.6.0 to 4.7.1.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r4.6.0...r4.7.1)

---
updated-dependencies:
- dependency-name: org.mongodb:bson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2022
1 parent f8dff2e commit f4689ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<version.weld-junit5>4.0.0.CR1</version.weld-junit5>
<version.rxjava>2.2.21</version.rxjava>
<version.jackson>2.13.3</version.jackson>
<version.mongo-bson>4.6.0</version.mongo-bson>
<version.mongo-bson>4.7.1</version.mongo-bson>
<version.mockito>4.5.1</version.mockito>

<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/tck/target/site/jacoco-aggregate/jacoco.xml,${project.basedir}/../tck/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
Expand Down

0 comments on commit f4689ab

Please sign in to comment.