Skip to content

Commit d7e5a91

Browse files
committed
Dep updates
1 parent 71cee95 commit d7e5a91

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@
4848
<dependency>
4949
<groupId>org.apache.commons</groupId>
5050
<artifactId>commons-lang3</artifactId>
51-
<version>3.13.0</version>
51+
<version>3.14.0</version>
5252
</dependency>
5353

5454
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
5555
<dependency>
5656
<groupId>org.slf4j</groupId>
5757
<artifactId>slf4j-api</artifactId>
58-
<version>2.0.7</version>
58+
<version>2.0.9</version>
5959
</dependency>
6060

6161
<!-- https://mvnrepository.com/artifact/io.projectreactor/reactor-core -->
6262
<dependency>
6363
<groupId>io.projectreactor</groupId>
6464
<artifactId>reactor-core</artifactId>
65-
<version>3.5.9</version>
65+
<version>3.6.1</version>
6666
</dependency>
6767

6868
<dependency>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.projectlombok</groupId>
7676
<artifactId>lombok</artifactId>
77-
<version>1.18.28</version>
77+
<version>1.18.30</version>
7878
<scope>provided</scope>
7979
</dependency>
8080

src/main/java/fun/seabird/EbirdCsvParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ private static EbirdCsvRow parseCsvLine(CSVRecord record)
136136
*/
137137
public static final void parseCsv(Path csvFile,Consumer<EbirdCsvRow> rowProcessor,ParseMode mode,PreSort preSort) throws IOException
138138
{
139-
log.info("Parsing {} ...", csvFile);
139+
log.info("Parsing " + csvFile + " ...");
140140

141141
linesProcessed.set(0);
142142

0 commit comments

Comments
 (0)