Skip to content

Commit

Permalink
Fix Apache Commons Text CVE-2022-42889 (apache#13226)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
wcc526 and FrankChen021 authored Oct 26, 2022
1 parent 77e4246 commit 72c1609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 72c1609

Please sign in to comment.