Skip to content

Commit c4d76ea

Browse files
authored
Merge pull request #278 from crazy-2020/DI-3539
KCBQ 1.6.3 with kafka 2.5.0
2 parents 2797a48 + 75a13a2 commit c4d76ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ project.ext {
2121
googleCloudGsonVersion = '2.8.5'
2222
ioConfluentVersion = '5.5.0'
2323
junitVersion = '4.12'
24-
kafkaVersion = '2.3.0'
24+
kafkaVersion = '2.5.0'
2525
mockitoVersion = '3.2.4'
2626
slf4jVersion = '1.6.1'
2727
}
@@ -286,7 +286,7 @@ project('kcbq-confluent') {
286286
configurations.all {
287287
resolutionStrategy {
288288
// depending on debezium results in us pulling in the most recent kafka version, but we want to use 2.3.0.
289-
force 'org.apache.kafka:connect-api:2.3.0', 'org.apache.kafka:kafka-clients:2.3.0'
289+
force 'org.apache.kafka:connect-api:2.5.0', 'org.apache.kafka:kafka-clients:2.5.0'
290290
}
291291
}
292292

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=com.wepay.kcbq
2-
version=1.6.2
2+
version=1.6.3

0 commit comments

Comments
 (0)