File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
attribute-service-api/src/main/proto/org/hypertrace/core/attribute/service/v1 Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 55 SNYK-JAVA-IONETTY-1042268:
66 - '*':
77 reason: No replacement available
8- expires: 2022-04 -30T00:00:00.000Z
8+ expires: 2022-05 -30T00:00:00.000Z
99patch: {}
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ enum AttributeScope {
2828 CLUSTERS_SNAPSHOT = 17 ;
2929 DOMAIN = 18 ;
3030 ACTOR = 19 ;
31+ SENSITIVE_SPAN = 20 ;
3132}
3233
3334enum AttributeKind {
Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ dependencies {
6666 implementation(" org.slf4j:slf4j-api:1.7.32" )
6767 runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.17.1" )
6868 runtimeOnly(" io.grpc:grpc-netty" )
69+ constraints {
70+ runtimeOnly(" io.netty:netty-codec-http2:4.1.77.Final" )
71+ }
6972
7073 // Config
7174 implementation(" com.typesafe:config:1.4.1" )
You can’t perform that action at this time.
0 commit comments