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 fdfd1cb commit 2165959Copy full SHA for 2165959
dependencyManagement/build.gradle.kts
@@ -8,7 +8,7 @@ val otelInstrumentationVersion = "2.4.0"
8
val otelInstrumentationAlphaVersion = otelInstrumentationVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
9
val otelContribAlphaVersion = "1.35.0-alpha"
10
11
-val autoValueVersion = "1.10.4"
+val autoValueVersion = "1.11.0"
12
val dockerJavaVersion = "3.3.6"
13
val mockitoVersion = "5.12.0"
14
val protobufVersion = "3.25.3"
0 commit comments