Skip to content

Commit

Permalink
Update commons-text
Browse files Browse the repository at this point in the history
Resolves CVE-2022-42889 and fixes openrewrite#438
  • Loading branch information
jkschneider authored Nov 17, 2022
1 parent 55c99c2 commit a9de0ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@
<artifactId>rsocket-core</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<!-- See https://github.com/advisories/GHSA-599f-7c49-w659 -->
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>org.rocksdb</groupId>
<artifactId>rocksdbjni</artifactId>
Expand Down Expand Up @@ -205,6 +211,7 @@

<!-- JUnit Jupiter, and using itf-jupiter-extension to get itf support for executing everything as Maven tests -->
<dependency>

<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit-jupiter.version}</version>
Expand Down

0 comments on commit a9de0ed

Please sign in to comment.