aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-10-31 02:37:16 +0300
committerGravatar Vitaly Takmazov2023-10-31 02:37:16 +0300
commit33d3f05b0fd08b7b42722bbbd02faf55b0ca0c62 (patch)
tree6a8a2d9f6c0b2b61ce24d85e82a5ec1be0a89b68 /pom.xml
parent2816ef9577714ac075049d6f204efc473c35f4c2 (diff)
Bump commons-text version + override commons-lang3 version
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9a68780d..7af280ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,7 @@
<commonmark.version>0.21.0</commonmark.version>
<jjwt.version>0.11.5</jjwt.version>
<rome.version>2.1.0</rome.version>
+ <commons-lang3.version>3.13.0</commons-lang3.version>
</properties>
<dependencies>
<dependency>
@@ -161,7 +162,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
- <version>1.10.0</version>
+ <version>1.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>