Skip to content

Commit

Permalink
Bump mongo-java-driver from 3.10.2 to 3.11.0 in /core (#1795)
Browse files Browse the repository at this point in the history
Bumps [mongo-java-driver](https://github.com/mongodb/mongo-java-driver) from 3.10.2 to 3.11.0.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r3.10.2...r3.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and rnorth committed Aug 27, 2019
1 parent 2c21181 commit 91acbb4
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 @@ -108,7 +108,7 @@ dependencies {
testCompile 'org.apache.httpcomponents:httpclient:4.5.9'
testCompile 'redis.clients:jedis:3.1.0'
testCompile 'com.rabbitmq:amqp-client:5.7.2'
testCompile 'org.mongodb:mongo-java-driver:3.10.2'
testCompile 'org.mongodb:mongo-java-driver:3.11.0'
testCompile ('org.mockito:mockito-core:3.0.0') {
exclude(module: 'hamcrest-core')
}
Expand Down

0 comments on commit 91acbb4

Please sign in to comment.