Skip to content

Commit

Permalink
Bump mongo-java-driver from 3.12.10 to 3.12.11 in /core
Browse files Browse the repository at this point in the history
Bumps [mongo-java-driver](https://github.com/mongodb/mongo-java-driver) from 3.12.10 to 3.12.11.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r3.12.10...r3.12.11)

---
updated-dependencies:
- dependency-name: org.mongodb:mongo-java-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 16, 2022
1 parent 8bc0b26 commit 33cbfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'
testImplementation 'redis.clients:jedis:4.2.2'
testImplementation 'com.rabbitmq:amqp-client:5.14.2'
testImplementation 'org.mongodb:mongo-java-driver:3.12.10'
testImplementation 'org.mongodb:mongo-java-driver:3.12.11'

testImplementation ('org.mockito:mockito-core:4.3.1') {
exclude(module: 'hamcrest-core')
Expand Down

0 comments on commit 33cbfa7

Please sign in to comment.