Skip to content

Commit 77597e3

Browse files
dependabot[bot]rnorth
authored andcommitted
Bump java-client from 2.7.3 to 2.7.4 in /modules/couchbase (#1275)
Bumps [java-client](https://github.com/couchbase/couchbase-java-client) from 2.7.3 to 2.7.4. <details> <summary>Commits</summary> - [`e759d32`](couchbase/couchbase-java-client@e759d32) Prepare 2.7.4 release - [`588dde8`](couchbase/couchbase-java-client@588dde8) JCBC-1292 Fix OSGi to export only java-client package - [`8392859`](couchbase/couchbase-java-client@8392859) Start 2.7.4 development - See full diff in [compare view](couchbase/couchbase-java-client@2.7.3...2.7.4) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=com.couchbase.client:java-client&package-manager=gradle&previous-version=2.7.3&new-version=2.7.4)](https://dependabot.com/compatibility-score.html?dependency-name=com.couchbase.client:java-client&package-manager=gradle&previous-version=2.7.3&new-version=2.7.4) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
1 parent 6007f71 commit 77597e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/couchbase/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ description = "Testcontainers :: Couchbase"
22

33
dependencies {
44
compile project(':testcontainers')
5-
compile 'com.couchbase.client:java-client:2.7.3'
5+
compile 'com.couchbase.client:java-client:2.7.4'
66
}

0 commit comments

Comments
 (0)