Skip to content

Commit

Permalink
Minor polishes
Browse files Browse the repository at this point in the history
  • Loading branch information
seabamirum committed Aug 24, 2023
1 parent 3a5dc17 commit 0ea97b7
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 169 deletions.
15 changes: 8 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.1-jre</version>
<version>32.1.2-jre</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.drewnoakes/metadata-extractor -->
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.13.0</version>
</dependency>

<dependency>
Expand All @@ -83,14 +83,14 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-base</artifactId>
<version>20.0.1</version>
<version>20.0.2</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.openjfx/javafx-controls -->
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>20.0.1</version>
<version>20.0.2</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
Expand All @@ -104,21 +104,21 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.4.8</version>
<version>1.4.11</version>
</dependency>

<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.8</version>
<version>1.4.11</version>
</dependency>

<!-- https://mvnrepository.com/artifact/io.projectreactor/reactor-core -->
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.5.7</version>
<version>3.5.9</version>
</dependency>

<dependency>
Expand All @@ -127,6 +127,7 @@
<version>1.10.0</version>
</dependency>


<dependency>
<groupId>fun.seabird</groupId>
<artifactId>ebird-csv-parser</artifactId>
Expand Down
Loading

0 comments on commit 0ea97b7

Please sign in to comment.