mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-29 07:29:41 +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 {
|
dependencies {
|
||||||
api("io.grpc:grpc-protobuf:1.51.0")
|
api("io.grpc:grpc-protobuf:1.59.1")
|
||||||
api("io.grpc:grpc-api:1.51.0")
|
api("io.grpc:grpc-api:1.59.1")
|
||||||
api("io.grpc:grpc-stub:1.51.0")
|
api("io.grpc:grpc-stub:1.59.1")
|
||||||
api("io.grpc:grpc-netty:1.51.0")
|
api("io.grpc:grpc-netty:1.59.1")
|
||||||
implementation("javax.annotation:javax.annotation-api:1.3.2")
|
implementation("javax.annotation:javax.annotation-api:1.3.2")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user