We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a37b4 commit c8d9e7dCopy full SHA for c8d9e7d
pom.xml
@@ -32,17 +32,17 @@
32
<dependency>
33
<groupId>commons-codec</groupId>
34
<artifactId>commons-codec</artifactId>
35
- <version>1.10</version>
+ <version>1.15</version>
36
</dependency>
37
38
<groupId>org.apache.commons</groupId>
39
<artifactId>commons-lang3</artifactId>
40
- <version>3.6</version>
+ <version>3.12.0</version>
41
42
43
<groupId>junit</groupId>
44
<artifactId>junit</artifactId>
45
- <version>4.12</version>
+ <version>4.13.2</version>
46
<scope>test</scope>
47
48
</dependencies>
0 commit comments