feature/Bump apache commons-text library from 1.9 to 1.10.0 - 2

This commit is contained in:
Marko Milić 2022-12-13 15:49:11 +01:00
parent fabceb0369
commit 481c2de79a
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>