Skip to content

Commit

Permalink
Upgrade teku to 22.10.1 (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
siladu authored Oct 13, 2022
1 parent 3afb963 commit 4bc2b19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## Next release
## 22.10.0

### Features Added
- Updated internal Teku libraries to 22.9.1
- Updated internal Teku libraries to 22.10.1
- Updated HikariCP to 5.0.1

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencyManagement {
dependency 'org.hyperledger.besu:plugin-api:22.7.6'
dependency 'org.hyperledger.besu.internal:metrics-core:22.7.6'

dependencySet(group: 'tech.pegasys.teku.internal', version: '22.9.1') {
dependencySet(group: 'tech.pegasys.teku.internal', version: '22.10.1') {
entry 'bls'
entry 'spec'
entry 'serializer'
Expand Down

0 comments on commit 4bc2b19

Please sign in to comment.