Skip to content

Commit

Permalink
Bump grpc and protobuf versions (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Sep 24, 2024
1 parent 7eed9d3 commit f8f2b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ tasks {

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

val grpcVersion = "1.65.1"
val protobufVersion = "4.27.2"
val grpcVersion = "1.68.0"
val protobufVersion = "4.28.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit f8f2b13

Please sign in to comment.