Skip to content

Commit f8f2b13

Browse files
authored
Bump grpc and protobuf versions (#17)
1 parent 7eed9d3 commit f8f2b13

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
@@ -26,8 +26,8 @@ tasks {
2626

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

29-
val grpcVersion = "1.65.1"
30-
val protobufVersion = "4.27.2"
29+
val grpcVersion = "1.68.0"
30+
val protobufVersion = "4.28.2"
3131

3232
repositories {
3333
mavenCentral()

0 commit comments

Comments
 (0)