Skip to content

Commit 692e470

Browse files
refactor: update protobuf version (#115)
1 parent 8fc42ae commit 692e470

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ dependencies {
2222
api("io.github.graphql-java:graphql-java-annotations:9.1")
2323
api("org.slf4j:slf4j-api:1.7.36")
2424
api("io.reactivex.rxjava3:rxjava:3.1.5")
25-
api("com.google.protobuf:protobuf-java-util:3.21.1")
25+
api("com.google.protobuf:protobuf-java-util:3.21.7")
26+
api("com.google.protobuf:protobuf-java:3.21.7")
2627

2728
api("org.projectlombok:lombok:1.18.24")
2829
api("com.google.code.findbugs:jsr305:3.0.2")

0 commit comments

Comments
 (0)