Skip to content

Commit

Permalink
chore: update dependencies (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandmalfarbe authored May 3, 2024
1 parent 380d08a commit 3350caf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<openjfx.version>21.0.1</openjfx.version>
<openjfx.version>22.0.1</openjfx.version>
<ikonli.version>12.3.1</ikonli.version>

<main.class>de.pascalwagler.epubcheckfx.App</main.class>
Expand Down Expand Up @@ -235,18 +235,18 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>1.18.32</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.12</version>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>com.github.Dansoftowner</groupId>
<artifactId>jSystemThemeDetector</artifactId>
<version>3.8</version>
<version>3.9.1</version>
</dependency>
<dependency>
<groupId>io.github.mkpaz</groupId>
Expand Down Expand Up @@ -278,12 +278,12 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.11</version>
<version>0.9.13</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 3350caf

Please sign in to comment.