Skip to content

Commit c8adfb5

Browse files
Bump mongo-java-driver from 3.12.6 to 3.12.7 in /core (#3104)
Bumps [mongo-java-driver](https://github.com/mongodb/mongo-java-driver) from 3.12.6 to 3.12.7. - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r3.12.6...r3.12.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22eb3f6 commit c8adfb5

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
@@ -202,7 +202,7 @@ dependencies {
202202
testCompile 'org.apache.httpcomponents:httpclient:4.5.9'
203203
testCompile 'redis.clients:jedis:3.3.0'
204204
testCompile 'com.rabbitmq:amqp-client:5.9.0'
205-
testCompile 'org.mongodb:mongo-java-driver:3.12.6'
205+
testCompile 'org.mongodb:mongo-java-driver:3.12.7'
206206

207207
testCompile ('org.mockito:mockito-core:3.4.6') {
208208
exclude(module: 'hamcrest-core')

0 commit comments

Comments
 (0)