Skip to content

Commit

Permalink
Bump java-client from 2.7.12 to 2.7.13 in /modules/couchbase (#2397)
Browse files Browse the repository at this point in the history
Bumps [java-client](https://github.com/couchbase/couchbase-java-client) from 2.7.12 to 2.7.13.
- [Release notes](https://github.com/couchbase/couchbase-java-client/releases)
- [Commits](couchbase/couchbase-java-client@2.7.12...2.7.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
rnorth committed Mar 5, 2020
1 parent 7b4f381 commit f8a6fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/couchbase/build.gradle
Expand Up @@ -2,7 +2,7 @@ description = "Testcontainers :: Couchbase"

dependencies {
compile project(':testcontainers')
compile 'com.couchbase.client:java-client:2.7.12'
compile 'com.couchbase.client:java-client:2.7.13'

testCompile project(':test-support')
}

0 comments on commit f8a6fa0

Please sign in to comment.