We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb8cdb commit c984a78Copy full SHA for c984a78
1 file changed
jbbp/pom.xml
@@ -37,7 +37,7 @@
37
<dependency>
38
<groupId>org.apache.commons</groupId>
39
<artifactId>commons-lang3</artifactId>
40
- <version>3.9</version>
+ <version>3.11</version>
41
<scope>test</scope>
42
</dependency>
43
@@ -49,13 +49,13 @@
49
50
<groupId>commons-io</groupId>
51
<artifactId>commons-io</artifactId>
52
- <version>2.6</version>
+ <version>2.8.0</version>
53
54
55
56
<groupId>commons-codec</groupId>
57
<artifactId>commons-codec</artifactId>
58
- <version>1.13</version>
+ <version>1.15</version>
59
60
61
</dependencies>
0 commit comments