Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
Update com.io7m.jaffirm:com.io7m.jaffirm.core 4.0.0 → 4.0.1.
Update com.io7m.junreachable:com.io7m.junreachable.core 4.0.0 → 4.0.2.
Update nl.jqno.equalsverifier:equalsverifier 3.15.5 → 3.16.1.
Update org.slf4j:slf4j-api 2.0.10 → 2.0.13.
Update ch.qos.logback:logback-classic 1.4.14 → 1.5.6.
Update com.github.marschall:memoryfilesystem 2.7.0 → 2.8.0.
Update org.junit:junit-bom 5.10.1 → 5.10.2.
Update org.immutables:value 2.10.0 → 2.10.1.
Update org.openjfx:javafx-controls 21.0.3 → 22.0.1.
Update org.openjfx:javafx-fxml 21.0.3 → 22.0.1.
Update org.openjfx:javafx-graphics 21.0.3 → 22.0.1.
Update org.openjfx:javafx-swing 21.0.3 → 22.0.1.
Update com.io7m.xoanon:com.io7m.xoanon.extension 1.0.0 → 1.0.1.
  • Loading branch information
io7m committed May 15, 2024
1 parent ee16bf4 commit ffa815a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
17 changes: 15 additions & 2 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
</c:change>
</c:changes>
</c:release>
<c:release date="2023-05-26T10:50:34+00:00" is-open="true" ticket-system="com.github.io7m.jwheatsheaf" version="4.0.0">
<c:release date="2024-05-15T20:44:54+00:00" is-open="true" ticket-system="com.github.io7m.jwheatsheaf" version="4.0.0">
<c:changes>
<c:change compatible="false" date="2022-02-13T00:00:00+00:00" summary="Require JDK 17"/>
<c:change date="2023-04-17T00:00:00+00:00" summary="Update org.openjfx:javafx-controls 19 → 20."/>
Expand All @@ -142,7 +142,20 @@
<c:change date="2023-05-20T00:00:00+00:00" summary="Update org.junit.jupiter:junit-jupiter-api 5.9.2 → 5.9.3."/>
<c:change date="2023-05-20T00:00:00+00:00" summary="Update org.junit.jupiter:junit-jupiter-engine 5.9.2 → 5.9.3."/>
<c:change date="2023-05-25T00:00:00+00:00" summary="Refactored test suite to use xoanon instead of TestFX."/>
<c:change compatible="false" date="2023-05-26T10:50:34+00:00" summary="File choosers no longer require a Stage argument."/>
<c:change compatible="false" date="2023-05-26T00:00:00+00:00" summary="File choosers no longer require a Stage argument."/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update com.io7m.jaffirm:com.io7m.jaffirm.core:4.0.0 → 4.0.1"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update com.io7m.junreachable:com.io7m.junreachable.core:4.0.0 → 4.0.2"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update nl.jqno.equalsverifier:equalsverifier:3.15.5 → 3.16.1"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update org.slf4j:slf4j-api:2.0.10 → 2.0.13"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.4.14 → 1.5.6"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update com.github.marschall:memoryfilesystem:2.7.0 → 2.8.0"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update org.junit:junit-bom:5.10.1 → 5.10.2"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update org.immutables:value:2.10.0 → 2.10.1"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update org.openjfx:javafx-controls:21.0.3 → 22.0.1"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update org.openjfx:javafx-fxml:21.0.3 → 22.0.1"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update org.openjfx:javafx-graphics:21.0.3 → 22.0.1"/>
<c:change date="2024-05-15T00:00:00+00:00" summary="Update org.openjfx:javafx-swing:21.0.3 → 22.0.1"/>
<c:change date="2024-05-15T20:44:54+00:00" summary="Update com.io7m.xoanon:com.io7m.xoanon.extension:1.0.0 → 1.0.1"/>
</c:changes>
</c:release>
</c:releases>
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>

<!-- io7m dependencies. -->
<com.io7m.immutables.version>2.10.0</com.io7m.immutables.version>
<com.io7m.xoanon.version>1.0.0</com.io7m.xoanon.version>
<com.io7m.immutables.version>2.10.1</com.io7m.immutables.version>
<com.io7m.xoanon.version>1.0.1</com.io7m.xoanon.version>

<!-- Third-party dependencies. -->
<javafx.version>21.0.3</javafx.version>
<org.junit.version>5.10.1</org.junit.version>
<javafx.version>22.0.1</javafx.version>
<org.junit.version>5.10.2</org.junit.version>
</properties>

<licenses>
Expand Down Expand Up @@ -129,12 +129,12 @@
<dependency>
<groupId>com.io7m.jaffirm</groupId>
<artifactId>com.io7m.jaffirm.core</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.io7m.junreachable</groupId>
<artifactId>com.io7m.junreachable.core</artifactId>
<version>4.0.0</version>
<version>4.0.2</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -166,7 +166,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.15.5</version>
<version>3.16.1</version>
</dependency>
<dependency>
<groupId>org.jgrapht</groupId>
Expand All @@ -176,12 +176,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.10</version>
<version>2.0.13</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.14</version>
<version>1.5.6</version>
</dependency>

<!-- Test suite. -->
Expand All @@ -200,7 +200,7 @@
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>memoryfilesystem</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>com.io7m.percentpass</groupId>
Expand Down

0 comments on commit ffa815a

Please sign in to comment.