We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46d965 commit ef284c1Copy full SHA for ef284c1
kafka-streams-framework/build.gradle.kts
@@ -17,8 +17,8 @@ dependencies {
17
18
implementation("org.apache.avro:avro:1.11.1")
19
implementation("org.apache.kafka:kafka-clients:7.2.1-ccs")
20
- implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.47")
21
- implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.47")
+ implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.48")
+ implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.48")
22
implementation("org.apache.commons:commons-lang3:3.12.0")
23
24
testImplementation("org.apache.kafka:kafka-streams-test-utils:7.2.1-ccs")
0 commit comments