Skip to content

Commit 2c20417

Browse files
Bump mongo-java-driver from 3.12.1 to 3.12.3 in /core (#2594)
Bumps [mongo-java-driver](https://github.com/mongodb/mongo-java-driver) from 3.12.1 to 3.12.3. - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r3.12.1...r3.12.3) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 4d17308 commit 2c20417

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
@@ -157,7 +157,7 @@ dependencies {
157157
testCompile 'org.apache.httpcomponents:httpclient:4.5.9'
158158
testCompile 'redis.clients:jedis:3.2.0'
159159
testCompile 'com.rabbitmq:amqp-client:5.8.0'
160-
testCompile 'org.mongodb:mongo-java-driver:3.12.1'
160+
testCompile 'org.mongodb:mongo-java-driver:3.12.3'
161161
testCompile ('org.mockito:mockito-core:3.3.3') {
162162
exclude(module: 'hamcrest-core')
163163
}

0 commit comments

Comments
 (0)