Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Upgrade grpc library to fix CVE #524

Merged
merged 3 commits into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
## Features Added
- Updated Docker image to use the latest Ubuntu LTS image

### Bugs Fixed
- Update grpc to version 1.57.2 to fix CVE-2023-33953

## 23.6.0

As part of our ongoing commitment to deliver the best remote signing solutions, we are announcing a change in our product offerings.
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencyManagement {
entry 'protobuf-java'
entry 'protobuf-java-util'
}
dependencySet(group: 'io.grpc', version: '1.56.0') {
dependencySet(group: 'io.grpc', version: '1.57.2') {
entry 'grpc-api'
entry 'grpc-context'
entry 'grpc-core'
Expand Down
Loading