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 dae9543 commit a87f4c9Copy full SHA for a87f4c9
jmx-metrics/build.gradle.kts
@@ -17,7 +17,7 @@ val groovyVersion = "3.0.24"
17
dependencies {
18
api(platform("org.codehaus.groovy:groovy-bom:$groovyVersion"))
19
20
- implementation("io.grpc:grpc-netty-shaded:1.70.0")
+ implementation("io.grpc:grpc-netty-shaded:1.71.0")
21
implementation("org.codehaus.groovy:groovy-jmx")
22
implementation("org.codehaus.groovy:groovy")
23
implementation("io.prometheus:simpleclient")
0 commit comments