Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
Update com.io7m.primogenitor:com.io7m.primogenitor.support 7.5.0 → 7.7.0.
Update nl.jqno.equalsverifier:equalsverifier 3.14.1 → 3.14.2.
Update org.junit.jupiter:junit-jupiter-api 5.9.2 → 5.9.3.
Update org.junit.jupiter:junit-jupiter-engine 5.9.2 → 5.9.3.
  • Loading branch information
io7m committed Aug 9, 2023
1 parent c34bc39 commit de7b54e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/main.linux.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ jobs:
- name: JDK
uses: actions/setup-java@v3
with:
java-version: 19
java-version: 20
distribution: 'temurin'
- name: Build
run: mvn --errors clean verify site
- name: Upload test logs
uses: actions/upload-artifact@v3
if: always()
with:
name: test-logs
path: ./com.io7m.jxe.tests/target/surefire-reports
6 changes: 6 additions & 0 deletions .github/workflows/main.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
distribution: 'temurin'
- name: Build
run: mvn --errors clean verify site
- name: Upload test logs
uses: actions/upload-artifact@v3
if: always()
with:
name: test-logs
path: ./com.io7m.jxe.tests/target/surefire-reports
- name: Coverage
uses: codecov/codecov-action@v1
with:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/main.windows.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ jobs:
- name: JDK
uses: actions/setup-java@v3
with:
java-version: 19
java-version: 20
distribution: 'temurin'
- name: Build
run: mvn --errors clean verify site
- name: Upload test logs
uses: actions/upload-artifact@v3
if: always()
with:
name: test-logs
path: ./com.io7m.jxe.tests/target/surefire-reports
6 changes: 6 additions & 0 deletions .github/workflows/main.windows.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ jobs:
distribution: 'temurin'
- name: Build
run: mvn --errors clean verify site
- name: Upload test logs
uses: actions/upload-artifact@v3
if: always()
with:
name: test-logs
path: ./com.io7m.jxe.tests/target/surefire-reports
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.io7m.primogenitor</groupId>
<artifactId>com.io7m.primogenitor.full</artifactId>
<version>7.5.0</version>
<version>8.0.0-beta0001</version>
</parent>

<groupId>com.io7m.jxe</groupId>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.7</version>
<version>1.4.11</version>
</dependency>
<dependency>
<groupId>com.io7m.immutables.style</groupId>
Expand All @@ -109,7 +109,7 @@
<dependency>
<groupId>com.io7m.primogenitor</groupId>
<artifactId>com.io7m.primogenitor.support</artifactId>
<version>7.5.0</version>
<version>8.0.0-beta0001</version>
</dependency>

<dependency>
Expand All @@ -125,7 +125,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.14.1</version>
<version>3.15.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit de7b54e

Please sign in to comment.