Skip to content

Commit

Permalink
fix: Update Teku version to 24.4.0 (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem authored Jun 4, 2024
1 parent 6db4d62 commit db44171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencyManagement {

dependency 'org.xipki.iaik:sunpkcs11-wrapper:1.4.10'

dependencySet(group: 'tech.pegasys.teku.internal', version: '24.3.1') {
dependencySet(group: 'tech.pegasys.teku.internal', version: '24.4.0') {
entry ('bls') {
exclude group: 'org.bouncycastle', name: 'bcprov-jdk15on'
}
Expand Down

0 comments on commit db44171

Please sign in to comment.