Skip to content

Commit b29e9cb

Browse files
fix(deps): update dependency io.grpc:grpc-netty-shaded to v1.72.0 (#1854)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca69001 commit b29e9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmx-metrics/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ val groovyVersion = "3.0.24"
1717
dependencies {
1818
api(platform("org.codehaus.groovy:groovy-bom:$groovyVersion"))
1919

20-
implementation("io.grpc:grpc-netty-shaded:1.71.0")
20+
implementation("io.grpc:grpc-netty-shaded:1.72.0")
2121
implementation("org.codehaus.groovy:groovy-jmx")
2222
implementation("org.codehaus.groovy:groovy")
2323
implementation("io.prometheus:simpleclient")

0 commit comments

Comments
 (0)