Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
perdian committed Dec 9, 2023
1 parent 3f42b3a commit 29a452d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
</developers>

<properties>
<commons-io.version>2.15.0</commons-io.version>
<commons-io.version>2.15.1</commons-io.version>
<commons-fx.version>1.4.0</commons-fx.version>
<commons-lang3.version>3.13.0</commons-lang3.version>
<commons-lang3.version>3.14.0</commons-lang3.version>
<hamcrest.version>2.2</hamcrest.version>
<ikonli.version>12.3.1</ikonli.version>
<java.version>21</java.version>
<javafx.version>21.0.1</javafx.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
<logback.version>1.4.11</logback.version>
<logback.version>1.4.14</logback.version>
<pdfbox.version>2.0.25</pdfbox.version>
<slf4j.version>2.0.9</slf4j.version>
</properties>
Expand Down Expand Up @@ -139,7 +139,7 @@
<plugin>
<groupId>de.perdian.maven.plugins</groupId>
<artifactId>macosappbundler-maven-plugin</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
<configuration>
<plist>
<CFBundleIconFile>src/bundle/macos/resources/fimasu.icns</CFBundleIconFile>
Expand Down

0 comments on commit 29a452d

Please sign in to comment.