Skip to content

Commit

Permalink
Upgrade commons-text dependency to address CVE-2024-47554 (#24467)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumi-mathew authored Feb 7, 2025
1 parent 4615d43 commit 8789cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<dep.snakeyaml.version>2.0</dep.snakeyaml.version>
<dep.jetty.version>9.4.56.v20240826</dep.jetty.version>
<dep.gson.version>2.11.0</dep.gson.version>
<dep.commons.lang3.version>3.14.0</dep.commons.lang3.version>
<dep.commons.lang3.version>3.17.0</dep.commons.lang3.version>
<dep.guice.version>5.1.0</dep.guice.version>
<dep.arrow.version>17.0.0</dep.arrow.version>

Expand Down Expand Up @@ -1519,7 +1519,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
<version>1.13.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8789cd9

Please sign in to comment.