Browse Source

Upgrade to Couchbase Client 3.9.2

Closes gh-47599
pull/47626/head
Phillip Webb 2 months ago
parent
commit
3520290d74
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save