Skip to content

Commit 1cd9d37

Browse files
committed
Enforce latest codec and lang3 versions
There was a conflict in the testcontainers module.
1 parent 78dd838 commit 1cd9d37

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,10 @@
9090

9191
<aws-kotlin.version>1.4.125</aws-kotlin.version>
9292

93-
<commons-codec.version>1.15</commons-codec.version>
93+
<commons-codec.version>1.19.0</commons-codec.version>
9494
<commons-compress.version>1.28.0</commons-compress.version>
9595
<commons-io.version>2.20.0</commons-io.version>
96+
<commons-lang3.version>3.18.0</commons-lang3.version>
9697
<httpclient.version>4.5.14</httpclient.version>
9798
<httpmime.version>4.5.14</httpmime.version>
9899
<httpcore.version>4.4.16</httpcore.version>
@@ -246,6 +247,16 @@
246247
<artifactId>commons-compress</artifactId>
247248
<version>${commons-compress.version}</version>
248249
</dependency>
250+
<dependency>
251+
<groupId>org.apache.commons</groupId>
252+
<artifactId>commons-lang3</artifactId>
253+
<version>${commons-lang3.version}</version>
254+
</dependency>
255+
<dependency>
256+
<groupId>commons-codec</groupId>
257+
<artifactId>commons-codec</artifactId>
258+
<version>${commons-codec.version}</version>
259+
</dependency>
249260
<dependency>
250261
<groupId>org.testng</groupId>
251262
<artifactId>testng</artifactId>

0 commit comments

Comments
 (0)