microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
13 stars 7 forks source link

Update grpc, jackson to resolve CVEs #177

Closed kaibocai closed 8 months ago

kaibocai commented 8 months ago

Issue describing the changes in this PR

Update below dependencies

io.grpc:
1. grpc-protobuf
2. grpc-stub
3. grpc-netty-shaded

com.fasterxml.jackson.core:
1. jackson-core
2. ackson-databind
3. jackson-annotations

com.fasterxml.jackson.datatype: jackson-datatype-jsr310

resolves https://github.com/microsoft/durabletask-java/issues/175

Pull request checklist

Additional information

Additional PR information