Skip to content

Commit 9009b04

Browse files
committed
Update grpc, protobuf to latest version
1 parent 8151fa5 commit 9009b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ tasks {
2525

2626
description = "Java Bindings for the OpenTelemetry Protocol (OTLP)"
2727

28-
val grpcVersion = "1.44.0"
29-
val protobufVersion = "3.19.4"
28+
val grpcVersion = "1.56.1"
29+
val protobufVersion = "3.23.4"
3030

3131
repositories {
3232
mavenCentral()

0 commit comments

Comments
 (0)