summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2026-01-11 08:05:11 +0200
committerGravatar Uko Kokņevičs2026-01-11 08:22:12 +0200
commit27b55ad5629448c39a9e67fe5872f170d5ec0695 (patch)
treefed691b5e57de0585801b18f1520f44dc74e1dcc
parentcheckstyle: allow trailing comma in annotation arrays (diff)
downloadlv.enes:parent-27b55ad5629448c39a9e67fe5872f170d5ec0695.tar.gz
lv.enes:parent-27b55ad5629448c39a9e67fe5872f170d5ec0695.tar.xz
lv.enes:parent-27b55ad5629448c39a9e67fe5872f170d5ec0695.zip
Add org.apache.commons:commons-lang3
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 53a6fe6..05cea40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,7 @@
62 <bouncycastle.version>1.83</bouncycastle.version> 62 <bouncycastle.version>1.83</bouncycastle.version>
63 <brotli4j.version>1.20.0</brotli4j.version> 63 <brotli4j.version>1.20.0</brotli4j.version>
64 <checkstyle.version>13.0.0</checkstyle.version> 64 <checkstyle.version>13.0.0</checkstyle.version>
65 <commons-lang.version>3.20.0</commons-lang.version>
65 <dagger.version>2.57.2</dagger.version> 66 <dagger.version>2.57.2</dagger.version>
66 <dirs.version>26</dirs.version> 67 <dirs.version>26</dirs.version>
67 <errorprone-annot.version>2.46.0</errorprone-annot.version> 68 <errorprone-annot.version>2.46.0</errorprone-annot.version>
@@ -209,6 +210,11 @@
209 <version>${qoi.version}</version> 210 <version>${qoi.version}</version>
210 </dependency> 211 </dependency>
211 <dependency> 212 <dependency>
213 <groupId>org.apache.commons</groupId>
214 <artifactId>commons-lang3</artifactId>
215 <version>${commons-lang.version}</version>
216 </dependency>
217 <dependency>
212 <groupId>org.apache.jena</groupId> 218 <groupId>org.apache.jena</groupId>
213 <artifactId>apache-jena-libs</artifactId> 219 <artifactId>apache-jena-libs</artifactId>
214 <version>${jena.version}</version> 220 <version>${jena.version}</version>