Merge pull request #2165 from hongwei1/100.x.x

feature/Bump apache commons-text library from 1.9 to 1.10.0 - 2
This commit is contained in:
Simon Redfern 2022-12-21 16:36:08 +01:00 committed by GitHub
commit f338c15e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.9</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>

View File

@ -69,7 +69,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.9</version>
<version>1.10.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
<dependency>