Skip to content

Commit

Permalink
Update to log4j 2.17.1 (#4830)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton authored Dec 29, 2021
1 parent daff384 commit 5b85ef1
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
Expand Up @@ -20,9 +20,9 @@ For information on changes in released versions of Teku, see the [releases page]
* Avoided object allocation when calculating integer square root values.

### Bug Fixes
* Updated to log4j 2.17.0.
* Updated to log4j 2.17.1.
* Made BadRequests compliant with the api, returning 'code' rather than 'status'.
* Fixed: Invalid sync contributions were created if a validator was present multiple times in the same sync sub-committee.
* Reduced error to warning when sync contribution cannot be created because the beacon node has no matching sync messages.
* Fixed issue where validator duties were not performed during the first epoch after startup.
* Updated jvm-libp2p to improve negotiation of mplex and multistream connections.
* Updated jvm-libp2p to improve negotiation of mplex and multistream connections.
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencyManagement {
dependency 'commons-io:commons-io:2.11.0'
dependency 'org.apache.commons:commons-compress:1.21'

dependencySet(group: 'org.apache.logging.log4j', version: '2.17.0') {
dependencySet(group: 'org.apache.logging.log4j', version: '2.17.1') {
entry 'log4j-api'
entry 'log4j-core'
entry 'log4j-slf4j-impl'
Expand Down

0 comments on commit 5b85ef1

Please sign in to comment.