fix(deps): update dependency com.google.protobuf:protobuf-java-util to v4.29.0 (#12807)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
be3e33fd01
commit
7534f3c63c
|
@ -5,7 +5,7 @@ plugins {
|
|||
dependencies {
|
||||
testImplementation("org.testcontainers:testcontainers:1.20.4")
|
||||
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.1")
|
||||
testImplementation("com.google.protobuf:protobuf-java-util:4.28.3")
|
||||
testImplementation("com.google.protobuf:protobuf-java-util:4.29.0")
|
||||
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
|
||||
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.4.0-alpha")
|
||||
testImplementation("io.opentelemetry:opentelemetry-api")
|
||||
|
|
|
@ -101,7 +101,7 @@ dependencies {
|
|||
//All dependencies below are only for tests
|
||||
testImplementation("org.testcontainers:testcontainers:1.20.4")
|
||||
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.1")
|
||||
testImplementation("com.google.protobuf:protobuf-java-util:4.28.3")
|
||||
testImplementation("com.google.protobuf:protobuf-java-util:4.29.0")
|
||||
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
|
||||
testImplementation("io.opentelemetry:opentelemetry-api")
|
||||
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.4.0-alpha")
|
||||
|
|
|
@ -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:4.28.3")
|
||||
implementation("com.google.protobuf:protobuf-java-util:4.29.0")
|
||||
implementation("io.grpc:grpc-netty-shaded")
|
||||
implementation("io.grpc:grpc-protobuf")
|
||||
implementation("io.grpc:grpc-stub")
|
||||
|
|
Loading…
Reference in New Issue