Skip to content

Commit

Permalink
Bump java-client from 3.2.2 to 3.2.3
Browse files Browse the repository at this point in the history
Bumps [java-client](https://github.com/couchbase/couchbase-jvm-clients) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/couchbase/couchbase-jvm-clients/releases)
- [Commits](couchbase/couchbase-jvm-clients@java-client-3.2.2...java-client-3.2.3)

---
updated-dependencies:
- dependency-name: com.couchbase.client:java-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 12, 2021
1 parent 5d2209a commit ec5674a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {

// Databases
implementation 'org.influxdb:influxdb-java:2.22'
implementation 'com.couchbase.client:java-client:3.2.2'
implementation 'com.couchbase.client:java-client:3.2.3'
runtimeOnly 'org.postgresql:postgresql:42.3.1' // postgresql jdbc driver required during runtime

implementation 'commons-io:commons-io:2.11.0' // I/O functionalities
Expand Down

0 comments on commit ec5674a

Please sign in to comment.