Skip to content

Commit

Permalink
Update to Log4j 2.17.0 (hyperledger#3209)
Browse files Browse the repository at this point in the history
Update to log4j 2.17.0

Signed-off-by: fredriksvantes <fredrik@ethereum.org>
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
fredriksvantes and macfarla authored Dec 21, 2021
1 parent c3e01e7 commit a974cec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
### Bug Fixes
- Update log4j to 2.16.0.
- Make 'to' field optional in eth_call method according to the spec [#3177] (https://github.com/hyperledger/besu/pull/3177)
- Update log4j to 2.17.0.

## 21.10.5

Expand Down
8 changes: 4 additions & 4 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ dependencyManagement {
dependency 'org.apache.commons:commons-compress:1.21'
dependency 'org.apache.commons:commons-text:1.9'

dependency 'org.apache.logging.log4j:log4j-api:2.16.0'
dependency 'org.apache.logging.log4j:log4j-core:2.16.0'
dependency 'org.apache.logging.log4j:log4j-jul:2.16.0'
dependency 'org.apache.logging.log4j:log4j-slf4j-impl:2.16.0'
dependency 'org.apache.logging.log4j:log4j-api:2.17.0'
dependency 'org.apache.logging.log4j:log4j-core:2.17.0'
dependency 'org.apache.logging.log4j:log4j-jul:2.17.0'
dependency 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0'

dependency 'org.apache.tuweni:tuweni-bytes:2.0.0'
dependency 'org.apache.tuweni:tuweni-config:2.0.0'
Expand Down

0 comments on commit a974cec

Please sign in to comment.