File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
api(platform(project(" :kafka-bom" )))
14
14
api(" org.apache.kafka:kafka-clients" )
15
15
16
- implementation(" org.hypertrace.core.serviceframework:platform-metrics:0.1.64 " )
16
+ implementation(" org.hypertrace.core.serviceframework:platform-metrics:0.1.80 " )
17
17
testImplementation(" org.junit.jupiter:junit-jupiter:5.9.2" )
18
18
testImplementation(" org.mockito:mockito-core:5.2.0" )
19
19
testImplementation(" com.github.ben-manes.caffeine:caffeine:3.1.8" )
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dependencies {
22
22
23
23
implementation(" org.apache.avro:avro" )
24
24
implementation(" org.apache.kafka:kafka-clients" )
25
- implementation(" org.hypertrace.core.serviceframework:platform-metrics:0.1.64 " )
26
- implementation(" org.hypertrace.core.serviceframework:platform-service-framework:0.1.64 " )
25
+ implementation(" org.hypertrace.core.serviceframework:platform-metrics:0.1.80 " )
26
+ implementation(" org.hypertrace.core.serviceframework:platform-service-framework:0.1.80 " )
27
27
implementation(" org.apache.commons:commons-lang3:3.12.0" )
28
28
29
29
testCompileOnly(" org.projectlombok:lombok:1.18.26" )
You can’t perform that action at this time.
0 commit comments