Skip to content

Commit

Permalink
Bump mongo-java-driver from 3.9.1 to 3.10.1 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.9.1 to 3.10.1.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r3.9.1...r3.10.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Mar 3, 2019
1 parent 49c3f72 commit 24273c9
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 @@ -119,7 +119,7 @@ dependencies {

testCompile 'redis.clients:jedis:3.0.1'
testCompile 'com.rabbitmq:amqp-client:5.6.0'
testCompile 'org.mongodb:mongo-java-driver:3.9.1'
testCompile 'org.mongodb:mongo-java-driver:3.10.1'
testCompile ('org.mockito:mockito-core:2.24.5') {
exclude(module: 'hamcrest-core')
}
Expand Down

0 comments on commit 24273c9

Please sign in to comment.