File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
kafka-streams-partitioners/weighted-group-partitioner Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66
7- var kafkaVersion = " 7.2.1 "
7+ var kafkaVersion = " 7.4.0 "
88var kafkaCcsVersion = " $kafkaVersion -ccs"
99var protobufVersion = " 3.21.7"
1010
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 api(platform(project(" :kafka-bom" )))
1919 api(" org.apache.kafka:kafka-streams" )
2020 api(" io.confluent:kafka-streams-avro-serde" )
21- api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.12.0 " )
21+ api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.12.1 " )
2222
2323 implementation(" org.apache.avro:avro" )
2424 implementation(" org.apache.kafka:kafka-clients" )
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ dependencies {
1515
1616 api(platform(project(" :kafka-bom" )))
1717 api(" org.apache.kafka:kafka-streams" )
18- api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.12.0 " )
18+ api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.12.1 " )
1919 api(" com.typesafe:config:1.4.2" )
2020 implementation(" com.google.guava:guava:32.0.1-jre" )
21- implementation(" org.hypertrace.core.grpcutils:grpc-context-utils:0.12.0 " )
21+ implementation(" org.hypertrace.core.grpcutils:grpc-context-utils:0.12.1 " )
2222 implementation(" org.hypertrace.config.service:partitioner-config-service-api:0.1.46" )
2323 implementation(" org.slf4j:slf4j-api:1.7.36" )
2424
You can’t perform that action at this time.
0 commit comments