Browse Source

Upgrade to Couchbase Client 3.7.5

Closes gh-43098
pull/43115/head
Stéphane Nicoll 1 year ago
parent
commit
e146331d92
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save