Upgrade commons-text (#17566)

This commit is contained in:
Shrikant Sharat Kandula 2022-10-14 19:36:16 +05:30 committed by GitHub
parent fefeb9b0ac
commit 0989aca511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.8</version>
<version>1.10.0</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -319,7 +319,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.8</version>
<version>1.10.0</version>
</dependency>
<!-- Dependencies for feature flagging -->