Skip to content

Commit 359ae38

Browse files
committed
CBES-338 Update Couchbase Java Client from 3.8.0 to 3.9.2
CBES-339 Update DCP client from 0.54.0 to 0.56.0 Also upgrade: * Jackson from 2.18.3 to 2.20.0 * Guava from 33.4.8 to 33.5.0 * commons-text from 1.12.0 to 1.14.0 and various test-only dependencies. Change-Id: I5b6f39a03efb47c623ca3ba55ede69a456b9ede1 Reviewed-on: https://review.couchbase.org/c/couchbase-elasticsearch-connector/+/235676 Reviewed-by: David Nault <[email protected]> Tested-by: Build Bot <[email protected]>
1 parent 64f4a8d commit 359ae38

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

build.gradle

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ dependencies {
6666
implementation 'org.slf4j:jcl-over-slf4j:2.0.17'
6767
implementation 'co.elastic.logging:log4j2-ecs-layout:1.6.0'
6868

69-
implementation 'com.couchbase.client:java-client:3.8.0'
70-
implementation 'com.couchbase.client:dcp-client:0.54.0'
69+
implementation(platform('com.couchbase.client:couchbase-client-bom:3.9.2'))
70+
implementation 'com.couchbase.client:java-client'
71+
implementation 'com.couchbase.client:dcp-client:0.56.0'
7172

7273
implementation(platform('com.squareup.okhttp3:okhttp-bom:4.12.0'))
7374

@@ -85,7 +86,7 @@ dependencies {
8586
implementation("software.amazon.awssdk:auth")
8687
implementation("software.amazon.awssdk:sts")
8788

88-
implementation platform('com.fasterxml.jackson:jackson-bom:2.18.3')
89+
implementation platform('com.fasterxml.jackson:jackson-bom:2.20.0')
8990
implementation 'com.fasterxml.jackson.core:jackson-databind'
9091
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8'
9192

@@ -100,20 +101,20 @@ dependencies {
100101
implementation 'io.dropwizard.metrics:metrics-json:4.2.16'
101102
implementation 'io.dropwizard.metrics:metrics-jvm:4.2.16'
102103

103-
implementation 'com.google.guava:guava:33.4.8-jre'
104-
implementation 'org.apache.commons:commons-text:1.12.0'
104+
implementation 'com.google.guava:guava:33.5.0-jre'
105+
implementation 'org.apache.commons:commons-text:1.14.0'
105106
implementation 'org.apache.tuweni:tuweni-toml:2.0.0'
106107

107108
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
108109
implementation 'info.picocli:picocli:4.7.1'
109110

110111
testImplementation 'junit:junit:4.13.2'
111-
testImplementation 'org.apache.commons:commons-lang3:3.15.0'
112-
testImplementation 'commons-io:commons-io:2.16.1'
113-
testImplementation('org.assertj:assertj-core:3.26.3')
112+
testImplementation 'org.apache.commons:commons-lang3:3.19.0'
113+
testImplementation 'commons-io:commons-io:2.20.0'
114+
testImplementation('org.assertj:assertj-core:3.27.6')
114115
integrationTestImplementation 'com.jayway.jsonpath:json-path:2.9.0'
115116

116-
implementation platform('org.testcontainers:testcontainers-bom:1.20.4')
117+
integrationTestImplementation platform('org.testcontainers:testcontainers-bom:1.20.4')
117118
integrationTestImplementation 'org.testcontainers:testcontainers'
118119
integrationTestImplementation 'org.testcontainers:couchbase'
119120
integrationTestImplementation 'org.testcontainers:elasticsearch'

0 commit comments

Comments
 (0)