We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90ff71 commit a7a6203Copy full SHA for a7a6203
2 files changed
build.gradle.kts
@@ -29,7 +29,7 @@ version = ver
29
30
description = "Java Bindings for the OpenTelemetry Protocol (OTLP)"
31
32
-val grpcVersion = "1.82.0"
+val grpcVersion = "1.82.1"
33
val protobufVersion = "4.35.1"
34
35
repositories {
gradle/wrapper/gradle-wrapper.properties
@@ -1,7 +1,7 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionSha256Sum=bbaeb2fef8710818cf0e261201dab964c572f92b942812df0c3620d62a529a01
4
-distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
+distributionSha256Sum=9c0f7faeeb306cb14e4279a3e084ca6b596894089a0638e68a07c945a32c9e14
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
5
networkTimeout=10000
6
retries=0
7
retryBackOffMs=500
0 commit comments