mirror of https://github.com/apache/druid.git
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:
parent
77e4246598
commit
72c16097ac
|
@ -722,7 +722,7 @@ name: Apache Commons Text
|
||||||
license_category: binary
|
license_category: binary
|
||||||
module: java-core
|
module: java-core
|
||||||
license_name: Apache License version 2.0
|
license_name: Apache License version 2.0
|
||||||
version: 1.9
|
version: 1.10.0
|
||||||
libraries:
|
libraries:
|
||||||
- org.apache.commons: commons-text
|
- org.apache.commons: commons-text
|
||||||
notices:
|
notices:
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -276,7 +276,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-text</artifactId>
|
<artifactId>commons-text</artifactId>
|
||||||
<version>1.9</version>
|
<version>1.10.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.amazonaws</groupId>
|
<groupId>com.amazonaws</groupId>
|
||||||
|
|
Loading…
Reference in New Issue