Browse Source

Upgrade to Couchbase Client 3.6.0

Closes gh-39951
pull/39948/head
Andy Wilkinson 2 years ago
parent
commit
3cbf8e8f4d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -288,7 +288,7 @@ bom { @@ -288,7 +288,7 @@ bom {
site("https://commons.apache.org/proper/commons-pool")
}
}
library("Couchbase Client", "3.5.3") {
library("Couchbase Client", "3.6.0") {
group("com.couchbase.client") {
modules = [
"java-client"

Loading…
Cancel
Save