Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down