Skip to content

Commit

Permalink
Merge pull request #92 from MicroShed/dependabot/gradle/sample-apps/e…
Browse files Browse the repository at this point in the history
…verything-app/org.mongodb-mongo-java-driver-3.11.2

Bump mongo-java-driver from 3.11.1 to 3.11.2 in /sample-apps/everything-app
  • Loading branch information
aguibert authored Nov 11, 2019
2 parents a9b6a40 + c725414 commit 20c938a
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.29'
testCompile 'org.testcontainers:mockserver:1.12.3'
Expand Down

0 comments on commit 20c938a

Please sign in to comment.