Skip to content

Commit

Permalink
chore: update kafka version (#90)
Browse files Browse the repository at this point in the history
* chore: update kafka version

* update
  • Loading branch information
Kishan Sairam Adapa authored Dec 21, 2023
1 parent 4ef0ba7 commit 7b78923
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion kafka-bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}


var kafkaVersion = "7.4.0"
var kafkaVersion = "7.5.2"
var kafkaCcsVersion = "$kafkaVersion-ccs"
var protobufVersion = "3.21.7"

Expand Down
2 changes: 1 addition & 1 deletion kafka-event-listener/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
api(platform(project(":kafka-bom")))
api("org.apache.kafka:kafka-clients")

implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.62")
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.64")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
testImplementation("org.mockito:mockito-core:5.2.0")
testImplementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
Expand Down
6 changes: 3 additions & 3 deletions kafka-streams-framework/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ dependencies {
api(platform(project(":kafka-bom")))
api("org.apache.kafka:kafka-streams")
api("io.confluent:kafka-streams-avro-serde")
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.12.2")
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.13.0")

implementation("org.apache.avro:avro")
implementation("org.apache.kafka:kafka-clients")
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.62")
implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.62")
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.64")
implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.64")
implementation("org.apache.commons:commons-lang3:3.12.0")

testCompileOnly("org.projectlombok:lombok:1.18.26")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ dependencies {

api(platform(project(":kafka-bom")))
api("org.apache.kafka:kafka-streams")
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.12.2")
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.13.0")
api("com.typesafe:config:1.4.2")
implementation("com.google.guava:guava:32.0.1-jre")
implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.12.2")
implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.13.0")
implementation("org.hypertrace.config.service:partitioner-config-service-api:0.1.46")
implementation("org.slf4j:slf4j-api:1.7.36")

Expand Down

0 comments on commit 7b78923

Please sign in to comment.