Skip to content

Commit 8a8548a

Browse files
dependabot[bot]rnorth
authored andcommitted
Bump mongo-java-driver from 3.10.1 to 3.10.2 in /core (testcontainers#1374)
Bumps [mongo-java-driver](https://github.com/mongodb/mongo-java-driver) from 3.10.1 to 3.10.2. - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r3.10.1...r3.10.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6c676b commit 8a8548a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ dependencies {
103103
testCompile 'org.apache.httpcomponents:httpclient:4.5.8'
104104
testCompile 'redis.clients:jedis:3.0.1'
105105
testCompile 'com.rabbitmq:amqp-client:5.7.0'
106-
testCompile 'org.mongodb:mongo-java-driver:3.10.1'
106+
testCompile 'org.mongodb:mongo-java-driver:3.10.2'
107107
testCompile ('org.mockito:mockito-core:2.26.0') {
108108
exclude(module: 'hamcrest-core')
109109
}

0 commit comments

Comments
 (0)