Skip to content

Commit 8789cd9

Browse files
authored
Upgrade commons-text dependency to address CVE-2024-47554 (prestodb#24467)
1 parent 4615d43 commit 8789cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<dep.snakeyaml.version>2.0</dep.snakeyaml.version>
8888
<dep.jetty.version>9.4.56.v20240826</dep.jetty.version>
8989
<dep.gson.version>2.11.0</dep.gson.version>
90-
<dep.commons.lang3.version>3.14.0</dep.commons.lang3.version>
90+
<dep.commons.lang3.version>3.17.0</dep.commons.lang3.version>
9191
<dep.guice.version>5.1.0</dep.guice.version>
9292
<dep.arrow.version>17.0.0</dep.arrow.version>
9393

@@ -1519,7 +1519,7 @@
15191519
<dependency>
15201520
<groupId>org.apache.commons</groupId>
15211521
<artifactId>commons-text</artifactId>
1522-
<version>1.10.0</version>
1522+
<version>1.13.0</version>
15231523
</dependency>
15241524

15251525
<dependency>

0 commit comments

Comments
 (0)