Skip to content

Commit 42552f2

Browse files
committed
fixing "commons-lang3" version to 3.17.0
1 parent da984d3 commit 42552f2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bootique-mongo-junit5/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
<groupId>org.apache.commons</groupId>
4545
<artifactId>commons-compress</artifactId>
4646
</dependency>
47+
<dependency>
48+
<groupId>org.apache.commons</groupId>
49+
<artifactId>commons-lang3</artifactId>
50+
</dependency>
4751
<dependency>
4852
<groupId>io.bootique</groupId>
4953
<artifactId>bootique-junit5</artifactId>

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<mongodb.driver.version>4.11.2</mongodb.driver.version>
4848
<morphia.version>2.4.13</morphia.version>
4949
<commons.compress.version>1.26.1</commons.compress.version>
50+
<commons.lang.version>3.17.0</commons.lang.version>
5051
</properties>
5152

5253
<scm>
@@ -126,6 +127,11 @@
126127
<artifactId>commons-compress</artifactId>
127128
<version>${commons.compress.version}</version>
128129
</dependency>
130+
<dependency>
131+
<groupId>org.apache.commons</groupId>
132+
<artifactId>commons-lang3</artifactId>
133+
<version>${commons.lang.version}</version>
134+
</dependency>
129135
</dependencies>
130136
</dependencyManagement>
131137

0 commit comments

Comments
 (0)