File tree Expand file tree Collapse file tree
kafka-streams-partitioners
weighted-group-partitioner Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 api(platform(project(" :kafka-bom" )))
1414 api(" org.apache.kafka:kafka-clients" )
1515
16- implementation(" org.hypertrace.core.serviceframework:platform-metrics:0.1.89 " )
16+ implementation(" org.hypertrace.core.serviceframework:platform-metrics:0.1.91 " )
1717 testImplementation(" org.junit.jupiter:junit-jupiter:5.9.2" )
1818 testImplementation(" org.mockito:mockito-core:5.2.0" )
1919 testImplementation(" com.github.ben-manes.caffeine:caffeine:3.1.8" )
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ 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.13.16 " )
21+ api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.13.22 " )
2222
2323 implementation(" org.apache.avro:avro" )
2424 implementation(" org.apache.kafka:kafka-clients" )
25- implementation(" org.hypertrace.core.serviceframework:platform-metrics:0.1.89 " )
26- implementation(" org.hypertrace.core.serviceframework:platform-service-framework:0.1.89 " )
25+ implementation(" org.hypertrace.core.serviceframework:platform-metrics:0.1.91 " )
26+ implementation(" org.hypertrace.core.serviceframework:platform-service-framework:0.1.91 " )
2727 implementation(" org.apache.commons:commons-lang3:3.18.0" )
2828
2929 testCompileOnly(" org.projectlombok:lombok:1.18.38" )
@@ -33,7 +33,7 @@ dependencies {
3333 testImplementation(" org.junit-pioneer:junit-pioneer:2.0.0" )
3434 testImplementation(" org.mockito:mockito-core:5.2.0" )
3535 testImplementation(" org.hamcrest:hamcrest-core:2.2" )
36- testRuntimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.20.0 " )
36+ testRuntimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.25.3 " )
3737}
3838
3939// Disabling compatibility check for the test avro definitions.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
2626 testImplementation(" org.junit.jupiter:junit-jupiter:5.8.2" )
2727 testImplementation(" org.junit-pioneer:junit-pioneer:1.7.1" )
2828 testImplementation(" org.mockito:mockito-core:4.5.1" )
29- testRuntimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.17.2 " )
29+ testRuntimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.25.3 " )
3030}
3131
3232// Disabling compatibility check for the test avro definitions.
Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ 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.13.16 " )
18+ api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.13.22 " )
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.13.16 " )
21+ implementation(" org.hypertrace.core.grpcutils:grpc-context-utils:0.13.22 " )
2222 implementation(" org.hypertrace.config.service:partitioner-config-service-api:0.1.73" )
2323 implementation(" org.slf4j:slf4j-api:1.7.36" )
2424
2525 testImplementation(" org.junit.jupiter:junit-jupiter:5.8.2" )
2626 testImplementation(" org.junit-pioneer:junit-pioneer:1.7.1" )
2727 testImplementation(" org.mockito:mockito-core:4.5.1" )
28- testRuntimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.17.2 " )
29- testRuntimeOnly(" io.grpc:grpc-netty:1.68.1 " )
28+ testRuntimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.25.3 " )
29+ testRuntimeOnly(" io.grpc:grpc-netty:1.75.0 " )
3030}
You can’t perform that action at this time.
0 commit comments