Skip to content

Commit 37edfe3

Browse files
fix: vulnerable dependency
1 parent 8d5f7ee commit 37edfe3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hypertrace-core-graphql-platform/build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ dependencies {
1616
api("io.github.graphql-java:graphql-java-annotations:8.3")
1717
api("org.slf4j:slf4j-api:1.7.30")
1818
api("io.reactivex.rxjava3:rxjava:3.0.9")
19-
api("com.google.protobuf:protobuf-java-util:3.14.0")
19+
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+
}
2023

2124
api("org.projectlombok:lombok:1.18.18")
2225
api("com.google.code.findbugs:jsr305:3.0.2")

0 commit comments

Comments
 (0)