grpc-kotlin
grpc-kotlin copied to clipboard
fix URL constructor deprecation warning
trafficstars
fixes the constructor deprecation warning of java.net.URL that first appeared in java 20 by replacing it with java.net.URI.toURL()
closes #626