Skip to content

Commit

Permalink
Bump mongo-java-driver in /sample-apps/everything-app
Browse files Browse the repository at this point in the history
Bumps [mongo-java-driver](https://github.com/mongodb/mongo-java-driver) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r3.11.1...r3.11.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Nov 9, 2019
1 parent 0b8b500 commit c725414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-apps/everything-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dependencies {
providedCompile 'javax:javaee-api:8.0.1'
providedCompile 'org.eclipse.microprofile:microprofile:2.1'
compile group: 'org.mongodb', name: 'mongo-java-driver', version: '3.11.1'
compile group: 'org.mongodb', name: 'mongo-java-driver', version: '3.11.2'
testCompile project(':microshed-testing-testcontainers')
testCompile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.26'
testCompile 'org.testcontainers:mockserver:1.12.3'
Expand Down

0 comments on commit c725414

Please sign in to comment.