Browse Source

Upgrade to Couchbase Client 3.1.1

Closes gh-24899
pull/24946/head
Stephane Nicoll 5 years ago
parent
commit
5cea9e74ab
  1. 3
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -209,7 +209,7 @@ bom { @@ -209,7 +209,7 @@ bom {
]
}
}
library("Couchbase Client", "3.0.10") {
library("Couchbase Client", "3.1.1") {
group("com.couchbase.client") {
modules = [
"java-client"
@ -1777,3 +1777,4 @@ bom { @@ -1777,3 +1777,4 @@ bom {
generateMetadataFileForMavenPublication {
enabled = false
}

Loading…
Cancel
Save