rouzwawi / grpc-kotlin

gRPC with Kotlin Coroutines
https://gitter.im/gRPC-Kotlin/Lobby
Apache License 2.0
219 stars 22 forks source link

Bump grpc-protobuf version in order to be in sync with example/test #46

Closed jrenelg closed 4 years ago

jrenelg commented 4 years ago

In my build Im facing WARNING: Illegal reflective access by com.google.protobuf.UnsafeUtil (jar:file:/***/target/protoc-plugins/grpc-kotlin-gen-0.1.5-SNAPSHOT-osx-x86_64.exe!/BOOT-INF/lib/protobuf-java-3.5.1.jar!/) to field java.nio.Buffer.address . This commit will bump to the same version than test/example subprojects 1.25.0

Looks like error is gone in 3.9.x version https://github.com/protocolbuffers/protobuf/issues/3781

and this bump will move protobuf-java go 3.10

jrenelg commented 4 years ago

@rouzwawi could you please take a look?

rouzwawi commented 4 years ago

Thanks for the fix!