Skip to content

Commit 996c2ea

Browse files
committed
DI-3539; Upgrade confluent version to 5.5
1 parent a6dc6f0 commit 996c2ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ project.ext {
1919
googleCloudVersion = '1.79.0'
2020
googleAuthVersion = '0.9.0'
2121
googleCloudGsonVersion = '2.8.5'
22-
ioConfluentVersion = '5.3.1'
22+
ioConfluentVersion = '5.5.0'
2323
junitVersion = '4.12'
2424
kafkaVersion = '2.3.0'
2525
mockitoVersion = '3.2.4'
@@ -186,7 +186,7 @@ project(':kcbq-connector') {
186186

187187
javadoc {
188188
options.links 'http://docs.oracle.com/javase/8/docs/api/'
189-
options.links 'http://docs.confluent.io/3.2.0/connect/javadocs/'
189+
options.links 'http://docs.confluent.io/5.5.0/connect/javadocs/'
190190
options.links 'https://googleapis.dev/java/google-cloud-clients/0.97.0-alpha/'
191191
options.links 'https://kafka.apache.org/0100/javadoc/'
192192
options.links 'https://avro.apache.org/docs/1.8.1/api/java/'
@@ -252,7 +252,7 @@ project('kcbq-api') {
252252

253253
javadoc {
254254
options.links 'http://docs.oracle.com/javase/8/docs/api/'
255-
options.links 'http://docs.confluent.io/3.2.0/connect/javadocs/'
255+
options.links 'http://docs.confluent.io/5.5.0/connect/javadocs/'
256256
}
257257

258258
dependencies {
@@ -316,7 +316,7 @@ project('kcbq-confluent') {
316316

317317
javadoc {
318318
options.links 'http://docs.oracle.com/javase/8/docs/api/'
319-
options.links 'http://docs.confluent.io/3.2.0/connect/javadocs/'
319+
options.links 'http://docs.confluent.io/5.5.0/connect/javadocs/'
320320
}
321321

322322
dependencies {

0 commit comments

Comments
 (0)