diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index 0d9ddc0..c997cee 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { // JVM binders publish the same names the services and the game servers do — one Grafana query // then covers a proxy, a game server and a service. Shaded into the plugin jar like jnats. // HTTP is the JDK's own server, so nothing else is added. - implementation("io.micrometer:micrometer-registry-prometheus:1.16.6") + implementation("io.micrometer:micrometer-registry-prometheus:1.17.0") // The transport for the service-config channel. Shaded by gRPC itself, so it does not fight // with the Netty the proxy runs on. implementation("io.grpc:grpc-netty-shaded:1.78.0")