We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ab57d commit 472559dCopy full SHA for 472559d
1 file changed
pom.xml
@@ -76,12 +76,12 @@
76
<dependency>
77
<groupId>org.apache.commons</groupId>
78
<artifactId>commons-lang3</artifactId>
79
- <version>3.12.0</version>
+ <version>3.13.0</version>
80
</dependency>
81
82
<groupId>commons-io</groupId>
83
<artifactId>commons-io</artifactId>
84
- <version>2.11.0</version>
+ <version>2.13.0</version>
85
86
87
@@ -228,7 +228,7 @@
228
229
<groupId>com.opencsv</groupId>
230
<artifactId>opencsv</artifactId>
231
- <version>5.7.1</version>
+ <version>5.8</version>
232
233
234
<!-- Development tools -->
0 commit comments