소스 검색

fix(deps): update dependency com.google.protobuf:protobuf-java-util to v3.24.4 (#9606)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 년 전
부모
커밋
8d62d8d926
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      examples/distro/smoke-tests/build.gradle
  2. 1 1
      examples/extension/build.gradle
  3. 1 1
      smoke-tests/build.gradle.kts

+ 1 - 1
examples/distro/smoke-tests/build.gradle

@@ -5,7 +5,7 @@ plugins {
 dependencies {
   testImplementation("org.testcontainers:testcontainers:1.19.1")
   testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
-  testImplementation("com.google.protobuf:protobuf-java-util:3.24.3")
+  testImplementation("com.google.protobuf:protobuf-java-util:3.24.4")
   testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
   testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha")
   testImplementation("io.opentelemetry:opentelemetry-api")

+ 1 - 1
examples/extension/build.gradle

@@ -101,7 +101,7 @@ dependencies {
   //All dependencies below are only for tests
   testImplementation("org.testcontainers:testcontainers:1.19.1")
   testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
-  testImplementation("com.google.protobuf:protobuf-java-util:3.24.3")
+  testImplementation("com.google.protobuf:protobuf-java-util:3.24.4")
   testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
   testImplementation("io.opentelemetry:opentelemetry-api")
   testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha")

+ 1 - 1
smoke-tests/build.gradle.kts

@@ -29,7 +29,7 @@ dependencies {
   implementation("io.opentelemetry.proto:opentelemetry-proto")
   implementation("org.testcontainers:testcontainers")
   implementation("com.fasterxml.jackson.core:jackson-databind")
-  implementation("com.google.protobuf:protobuf-java-util:3.24.3")
+  implementation("com.google.protobuf:protobuf-java-util:3.24.4")
   implementation("io.grpc:grpc-netty-shaded")
   implementation("io.grpc:grpc-protobuf")
   implementation("io.grpc:grpc-stub")