@@ -36,34 +36,31 @@ tasks.test {
3636dependencies {
3737 implementation(project(" :hypertrace-trace-enricher:hypertrace-trace-enricher-impl" ))
3838 implementation(" org.hypertrace.core.datamodel:data-model:0.1.14" )
39- implementation(" org.hypertrace.core.serviceframework:platform-service-framework:0.1.21 " )
40- implementation(" org.hypertrace.core.serviceframework:platform-metrics:0.1.21 " )
41- implementation(" org.hypertrace.entity.service:entity-service-client:0.1.23 " )
39+ implementation(" org.hypertrace.core.serviceframework:platform-service-framework:0.1.23 " )
40+ implementation(" org.hypertrace.core.serviceframework:platform-metrics:0.1.23 " )
41+ implementation(" org.hypertrace.entity.service:entity-service-client:0.6.0 " )
4242
4343 implementation(" com.typesafe:config:1.4.1" )
44- implementation(" org.hypertrace.core.kafkastreams.framework:kafka-streams-framework:0.1.18 " )
44+ implementation(" org.hypertrace.core.kafkastreams.framework:kafka-streams-framework:0.1.20 " )
4545 constraints {
46- implementation(" com.google.guava:guava:30.1-jre" ) {
47- because(" Information Disclosure [Medium Severity][https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415] in com.google.guava:guava@29.0-android" )
48- }
49- runtimeOnly(" io.netty:netty-codec-http2:4.1.60.Final" ) {
46+ runtimeOnly(" io.netty:netty-codec-http2:4.1.63.Final" ) {
5047 because(" https://snyk.io/vuln/SNYK-JAVA-IONETTY-1083991" )
5148 }
52- runtimeOnly(" io.netty:netty-handler-proxy:4.1.60 .Final" ) {
49+ runtimeOnly(" io.netty:netty-handler-proxy:4.1.63 .Final" ) {
5350 because(" https://snyk.io/vuln/SNYK-JAVA-IONETTY-1083991" )
5451 }
5552 }
5653
5754 // Required for the GRPC clients.
58- runtimeOnly(" io.grpc:grpc-netty:1.35.0 " )
55+ runtimeOnly(" io.grpc:grpc-netty:1.36.1 " )
5956
6057 // Logging
6158 implementation(" org.slf4j:slf4j-api:1.7.30" )
6259 runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.14.1" )
6360
6461 testImplementation(project(" :hypertrace-trace-enricher:hypertrace-trace-enricher" ))
65- testImplementation(" org.junit.jupiter:junit-jupiter:5.7.0 " )
62+ testImplementation(" org.junit.jupiter:junit-jupiter:5.7.1 " )
6663 testImplementation(" org.mockito:mockito-core:3.8.0" )
67- testImplementation(" org.junit-pioneer:junit-pioneer:1.1.0 " )
68- testImplementation(" org.apache.kafka:kafka-streams-test-utils:6.0.1 -ccs" )
64+ testImplementation(" org.junit-pioneer:junit-pioneer:1.3.8 " )
65+ testImplementation(" org.apache.kafka:kafka-streams-test-utils:6.1.0 -ccs" )
6966}
0 commit comments