mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-01-30 15:43:53 +00:00
api: Upgrade io.grpc dependencies in Java API. (#494)
This fixes a compatibility issue with Netty. --- Co-authored-by: Guillaume Milani <guillaume.milani@sontex.ch>
This commit is contained in:
parent
489a35e0ec
commit
800d7d0efe
8
api/java/build.gradle.kts
vendored
8
api/java/build.gradle.kts
vendored
@ -21,10 +21,10 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api("io.grpc:grpc-protobuf:1.51.0")
|
||||
api("io.grpc:grpc-api:1.51.0")
|
||||
api("io.grpc:grpc-stub:1.51.0")
|
||||
api("io.grpc:grpc-netty:1.51.0")
|
||||
api("io.grpc:grpc-protobuf:1.59.1")
|
||||
api("io.grpc:grpc-api:1.59.1")
|
||||
api("io.grpc:grpc-stub:1.59.1")
|
||||
api("io.grpc:grpc-netty:1.59.1")
|
||||
implementation("javax.annotation:javax.annotation-api:1.3.2")
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user