Skip to content

Commit dcbcaa4

Browse files
committed
Dep updates
1 parent ca89c3a commit dcbcaa4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<plugin>
3333
<groupId>org.apache.maven.plugins</groupId>
3434
<artifactId>maven-compiler-plugin</artifactId>
35-
<version>3.14.0</version>
35+
<version>3.14.1</version>
3636
<configuration>
3737
<release>21</release>
3838
</configuration>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.apache.commons</groupId>
5050
<artifactId>commons-lang3</artifactId>
51-
<version>3.18.0</version>
51+
<version>3.19.0</version>
5252
</dependency>
5353

5454
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
@@ -61,13 +61,13 @@
6161
<dependency>
6262
<groupId>de.siegmar</groupId>
6363
<artifactId>fastcsv</artifactId>
64-
<version>4.0.0</version>
64+
<version>4.1.0</version>
6565
</dependency>
6666

6767
<dependency>
6868
<groupId>org.projectlombok</groupId>
6969
<artifactId>lombok</artifactId>
70-
<version>1.18.40</version>
70+
<version>1.18.42</version>
7171
</dependency>
7272

7373

0 commit comments

Comments
 (0)