Skip to content

Commit 19a634e

Browse files
authored
fix vulnerability (#407)
1 parent e16b79e commit 19a634e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

otel-extensions/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99

10-
val protobufVersion = "3.19.6"
10+
val protobufVersion = "3.25.5"
1111

1212
protobuf {
1313
protoc {

testing-common/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id("com.google.protobuf") version "0.9.4"
88
}
99

10-
val protobufVersion = "3.19.6"
10+
val protobufVersion = "3.25.5"
1111

1212
protobuf {
1313
protoc {

0 commit comments

Comments
 (0)