Skip to content

Commit

Permalink
Bump java-client from 2.7.12 to 2.7.13 in /modules/couchbase (testcon…
Browse files Browse the repository at this point in the history
…tainers#2397)

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 authored and quincy committed May 28, 2020
1 parent eed503a commit ddcc384
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 ddcc384

Please sign in to comment.