Skip to content

Commit c8d9e7d

Browse files
author
jim
committed
latest
1 parent 97a37b4 commit c8d9e7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
<dependency>
3333
<groupId>commons-codec</groupId>
3434
<artifactId>commons-codec</artifactId>
35-
<version>1.10</version>
35+
<version>1.15</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.apache.commons</groupId>
3939
<artifactId>commons-lang3</artifactId>
40-
<version>3.6</version>
40+
<version>3.12.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>junit</groupId>
4444
<artifactId>junit</artifactId>
45-
<version>4.12</version>
45+
<version>4.13.2</version>
4646
<scope>test</scope>
4747
</dependency>
4848
</dependencies>

0 commit comments

Comments
 (0)