Skip to content

Commit c8caed6

Browse files
daniellehrnergaryschulte
authored andcommitted
Upgrade Apache Commons Text to 1.10.0 (hyperledger#4542)
* upgraded Apache Commons Text to fix CVE-2022-42889 Signed-off-by: Daniel Lehrner <[email protected]> * add changelog Signed-off-by: garyschulte <[email protected]> Signed-off-by: Daniel Lehrner <[email protected]> Signed-off-by: garyschulte <[email protected]> Co-authored-by: garyschulte <[email protected]> Signed-off-by: Sally MacFarlane <[email protected]>
1 parent e8e6a36 commit c8caed6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
- Avoid a cyclic reference while printing EngineExchangeTransitionConfigurationParameter [#4357](https://github.com/hyperledger/besu/pull/4357)
3131
- Corrects treating a block as bad on internal error [#4512](https://github.com/hyperledger/besu/issues/4512)
3232
- In GraphQL update scalar parsing to be variable friendly [#4522](https://github.com/hyperledger/besu/pull/4522)
33+
- update appache-commons-text to 1.10.0 to address CVE-2022-42889 [#4542](https://github.com/hyperledger/besu/pull/4542)
3334

3435
### Download Links
3536

gradle/versions.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ dependencyManagement {
122122

123123
dependency 'org.apache.commons:commons-compress:1.21'
124124
dependency 'org.apache.commons:commons-lang3:3.12.0'
125-
dependency 'org.apache.commons:commons-text:1.9'
125+
dependency 'org.apache.commons:commons-text:1.10.0'
126126

127127
dependency 'org.apache.logging.log4j:log4j-api:2.17.2'
128128
dependency 'org.apache.logging.log4j:log4j-core:2.17.2'

0 commit comments

Comments
 (0)