Skip to content

Commit

Permalink
Update dependencies (#882)
Browse files Browse the repository at this point in the history
* update besu to 23.4.4

* update grpc to 1.57.2

* changelog for next release
  • Loading branch information
gfukushima authored Aug 18, 2023
1 parent 331019e commit 389fc5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 23.8.0
## Next Release

### Breaking Changes
- Use Java 17 for build and runtime. Remove Java 11 variant of docker image. zip/tar.gz distributions will require Java 17 or above to run Web3Signer.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
besuVersion=22.10.3
besuVersion=23.4.4
besuDistroUrl=https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/${besuVersion}/besu-${besuVersion}.tar.gz

hashicorpVaultVersion=1.9.2
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ dependencyManagement {
| | | | | \--- org.apache.tuweni:tuweni-units:2.3.1 (*)
| | | | +--- io.grpc:grpc-netty:1.47.0
*/
dependencySet(group: 'io.grpc', version: '1.56.0') {
dependencySet(group: 'io.grpc', version: '1.57.2') {
entry 'grpc-all'
entry 'grpc-core'
entry 'grpc-netty'
Expand Down

0 comments on commit 389fc5f

Please sign in to comment.