Fix Apache Commons Text CVE-2022-42889 (#13226)

* Fix Apache Commons Text  CVE-2022-42889

Fix Apache Commons Text  CVE-2022-42889

https://nvd.nist.gov/vuln/detail/CVE-2022-42889

* Update license

Co-authored-by: Frank Chen <frank.chen021@outlook.com>
This commit is contained in:
chi-chi weng 2022-10-26 10:04:32 +08:00 committed by GitHub
parent 77e4246598
commit 72c16097ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -722,7 +722,7 @@ name: Apache Commons Text
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 1.9
version: 1.10.0
libraries:
- org.apache.commons: commons-text
notices:

View File

@ -276,7 +276,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.9</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>