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 8fc42ae commit 692e470Copy full SHA for 692e470
hypertrace-core-graphql-platform/build.gradle.kts
@@ -22,7 +22,8 @@ dependencies {
22
api("io.github.graphql-java:graphql-java-annotations:9.1")
23
api("org.slf4j:slf4j-api:1.7.36")
24
api("io.reactivex.rxjava3:rxjava:3.1.5")
25
- api("com.google.protobuf:protobuf-java-util:3.21.1")
+ api("com.google.protobuf:protobuf-java-util:3.21.7")
26
+ api("com.google.protobuf:protobuf-java:3.21.7")
27
28
api("org.projectlombok:lombok:1.18.24")
29
api("com.google.code.findbugs:jsr305:3.0.2")
0 commit comments