We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5f7ee commit 37edfe3Copy full SHA for 37edfe3
hypertrace-core-graphql-platform/build.gradle.kts
@@ -16,7 +16,10 @@ dependencies {
16
api("io.github.graphql-java:graphql-java-annotations:8.3")
17
api("org.slf4j:slf4j-api:1.7.30")
18
api("io.reactivex.rxjava3:rxjava:3.0.9")
19
- api("com.google.protobuf:protobuf-java-util:3.14.0")
+ api("com.google.protobuf:protobuf-java-util:3.19.2")
20
+ api("com.google.protobuf:protobuf-java:3.19.2") {
21
+ because("https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEPROTOBUF-2331703")
22
+ }
23
24
api("org.projectlombok:lombok:1.18.18")
25
api("com.google.code.findbugs:jsr305:3.0.2")
0 commit comments