Skip to content

Commit

Permalink
fix vulnerability (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank11p authored Sep 23, 2024
1 parent e16b79e commit 19a634e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion otel-extensions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}


val protobufVersion = "3.19.6"
val protobufVersion = "3.25.5"

protobuf {
protoc {
Expand Down
2 changes: 1 addition & 1 deletion testing-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("com.google.protobuf") version "0.9.4"
}

val protobufVersion = "3.19.6"
val protobufVersion = "3.25.5"

protobuf {
protoc {
Expand Down

0 comments on commit 19a634e

Please sign in to comment.