Skip to content

Commit 1daf55e

Browse files
committed
Release: com.io7m.gtyrell 4.0.1
Change: Update container Alpine and JDK versions. Change: Update org.junit:junit-bom:5.12.1 → 5.12.2. Change: Update com.fasterxml.jackson.core:jackson-core:2.18.3 → 2.19.0. Change: Update ch.qos.logback:logback-core:1.5.16 → 1.5.18. Change: Update commons-io:commons-io:2.18.0 → 2.19.0. Change: Update com.fasterxml.jackson.core:jackson-databind:2.18.2 → 2.19.0. Change: Update ch.qos.logback:logback-classic:1.5.16 → 1.5.18. Change: Update org.junit:junit-bom:5.11.4 → 5.12.1. Change: Update com.fasterxml.jackson.core:jackson-core:2.18.2 → 2.18.3. Change: Update org.slf4j:slf4j-api:2.0.16 → 2.0.17. Change: Update org.kohsuke:github-api:1.326 → 1.327. Change: Update ch.qos.logback:logback-classic:1.5.15 → 1.5.16. Change: Update ch.qos.logback:logback-core:1.5.15 → 1.5.16. Change: Update ch.qos.logback:logback-core:1.5.14 → 1.5.15. Change: Update ch.qos.logback:logback-classic:1.5.14 → 1.5.15. Change: Update ch.qos.logback:logback-core:1.5.12 → 1.5.13. Change: Update ch.qos.logback:logback-core:1.5.12 → 1.5.14. Change: Update ch.qos.logback:logback-classic:1.5.12 → 1.5.14. Change: Update org.junit:junit-bom:5.11.3 → 5.11.4. Change: Update com.fasterxml.jackson.core:jackson-core:2.18.1 → 2.18.2. Change: Update com.fasterxml.jackson.core:jackson-databind:2.18.1 → 2.18.2. Change: Update commons-io:commons-io:2.17.0 → 2.18.0. Change: Update com.fasterxml.jackson.core:jackson-databind:2.18.0 → 2.18.1. Change: Update com.fasterxml.jackson.core:jackson-core:2.18.0 → 2.18.1. Change: Update ch.qos.logback:logback-classic:1.5.11 → 1.5.12. Change: Update org.junit:junit-bom:5.11.2 → 5.11.3. Change: Update ch.qos.logback:logback-core:1.5.11 → 1.5.12. Change: Update ch.qos.logback:logback-core:1.5.10 → 1.5.11. Change: Update ch.qos.logback:logback-classic:1.5.10 → 1.5.11. Change: Update ch.qos.logback:logback-core:1.5.9 → 1.5.10. Change: Update ch.qos.logback:logback-classic:1.5.9 → 1.5.10. Change: Update ch.qos.logback:logback-core:1.5.8 → 1.5.9. Change: Update ch.qos.logback:logback-classic:1.5.8 → 1.5.9. Change: Update junit.version:5.11.1 → 5.11.2. Change: Update com.fasterxml.jackson.core:jackson-core:2.17.2 → 2.18.0. Change: Update com.fasterxml.jackson.core:jackson-databind:2.17.2 → 2.18.0. Change: Update junit.version:5.11.0 → 5.11.1. Change: Update com.github.marschall:memoryfilesystem:2.8.0 → 2.8.1. Change: Update commons-io:commons-io:2.16.1 → 2.17.0. Change: Update com.io7m.jproperties:com.io7m.jproperties.core:3.2.0 → 4.0.0. Change: Update org.kohsuke:github-api:1.325 → 1.326. Change: Update org.kohsuke:github-api:1.324 → 1.325. Change: Update ch.qos.logback:logback-classic:1.5.7 → 1.5.8. Change: Update ch.qos.logback:logback-core:1.5.7 → 1.5.8. Change: Update org.kohsuke:github-api:1.323 → 1.324. Change: Update ch.qos.logback:logback-classic:1.5.6 → 1.5.7. Change: Update ch.qos.logback:logback-core:1.5.6 → 1.5.7. Change: Update junit.version:5.10.3 → 5.11.0. Change: Update org.slf4j:slf4j-api:2.0.15 → 2.0.16. Change: Update org.slf4j:slf4j-api:2.0.14 → 2.0.15. Change: Update org.slf4j:slf4j-api:2.0.13 → 2.0.14. Change: Update com.fasterxml.jackson.core:jackson-databind:2.17.1 → 2.17.2. Change: Update com.fasterxml.jackson.core:jackson-core:2.17.1 → 2.17.2. Change: Update org.kohsuke:github-api:1.322 → 1.323. Change: Update junit.version:5.10.2 → 5.10.3. Change: Update org.kohsuke:github-api:1.321 → 1.322.
2 parents e428a36 + f672f46 commit 1daf55e

File tree

18 files changed

+198
-55
lines changed

18 files changed

+198
-55
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ updates:
55
- package-ecosystem: "github-actions"
66
directory: "/"
77
schedule:
8-
interval: "daily"
8+
interval: "monthly"
99

1010
- package-ecosystem: "maven"
1111
directory: "/"
1212
schedule:
13-
interval: "daily"
13+
interval: "monthly"
1414

1515
target-branch: "develop"
1616
ignore:

.github/workflows/deploy.linux.temurin.lts.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
push:
1212
tags: [ com.io7m.gtyrell-* ]
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
build:
1619
runs-on: ubuntu-latest
@@ -22,16 +25,19 @@ jobs:
2225
- name: JDK
2326
uses: actions/setup-java@v4
2427
with:
25-
java-version: 21
28+
java-version: 23
2629
distribution: temurin
2730

31+
- name: Check PGP version
32+
run: gpg --version
33+
2834
- name: Import signing key
2935
env:
3036
PGP_SIGNING_KEY: ${{ secrets.PGP_SIGNING_KEY }}
31-
run: echo "${PGP_SIGNING_KEY}" | gpg --import
37+
run: echo "${PGP_SIGNING_KEY}" | gpg -v --import
3238

3339
- name: Log in to Quay.io.
34-
uses: redhat-actions/podman-login@v1.7
40+
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603
3541
with:
3642
username: ${{ secrets.QUAY_IO_USERNAME }}
3743
password: ${{ secrets.QUAY_IO_PASSWORD }}

.github/workflows/main.linux.temurin.current.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ name: main.linux.temurin.current
99

1010
on:
1111
push:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
13+
14+
permissions:
15+
contents: read
1316

1417
jobs:
1518
build:
@@ -22,7 +25,7 @@ jobs:
2225
- name: JDK
2326
uses: actions/setup-java@v4
2427
with:
25-
java-version: 22
28+
java-version: 23
2629
distribution: 'temurin'
2730

2831
- name: Collect project version
@@ -33,7 +36,10 @@ jobs:
3336
id: project_is_snapshot
3437
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3538

39+
3640
- name: Build
41+
env:
42+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3743
run: mvn --batch-mode --strict-checksums --errors clean verify site
3844

3945
- name: Upload test logs

.github/workflows/main.linux.temurin.lts.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ name: main.linux.temurin.lts
99

1010
on:
1111
push:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
13+
14+
permissions:
15+
contents: read
1316

1417
jobs:
1518
build:
@@ -22,7 +25,7 @@ jobs:
2225
- name: JDK
2326
uses: actions/setup-java@v4
2427
with:
25-
java-version: 21
28+
java-version: 23
2629
distribution: 'temurin'
2730

2831
- name: Collect project version
@@ -33,7 +36,10 @@ jobs:
3336
id: project_is_snapshot
3437
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3538

39+
3640
- name: Build
41+
env:
42+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3743
run: mvn --batch-mode --strict-checksums --errors clean verify site
3844

3945
- name: Upload test logs
@@ -44,13 +50,13 @@ jobs:
4450
path: ./com.io7m.gtyrell.tests/target/surefire-reports
4551

4652
- name: Coverage
47-
uses: codecov/codecov-action@v4.4.1
53+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
4854
with:
4955
token: ${{ secrets.CODECOV_TOKEN }}
50-
file: com.io7m.gtyrell.tests/target/site/jacoco-aggregate/jacoco.xml
56+
files: com.io7m.gtyrell.tests/target/site/jacoco-aggregate/jacoco.xml
5157

5258
- name: Log in to Quay.io.
53-
uses: redhat-actions/podman-login@v1.7
59+
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603
5460
with:
5561
username: ${{ secrets.QUAY_IO_USERNAME }}
5662
password: ${{ secrets.QUAY_IO_PASSWORD }}

.github/workflows/main.windows.temurin.current.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ name: main.windows.temurin.current
99

1010
on:
1111
push:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
13+
14+
permissions:
15+
contents: read
1316

1417
jobs:
1518
build:
@@ -22,7 +25,7 @@ jobs:
2225
- name: JDK
2326
uses: actions/setup-java@v4
2427
with:
25-
java-version: 22
28+
java-version: 23
2629
distribution: 'temurin'
2730

2831
- name: Collect project version
@@ -33,7 +36,10 @@ jobs:
3336
id: project_is_snapshot
3437
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3538

39+
3640
- name: Build
41+
env:
42+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3743
run: mvn --batch-mode --strict-checksums --errors clean verify site
3844

3945
- name: Upload test logs

.github/workflows/main.windows.temurin.lts.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ name: main.windows.temurin.lts
99

1010
on:
1111
push:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
13+
14+
permissions:
15+
contents: read
1316

1417
jobs:
1518
build:
@@ -22,7 +25,7 @@ jobs:
2225
- name: JDK
2326
uses: actions/setup-java@v4
2427
with:
25-
java-version: 21
28+
java-version: 23
2629
distribution: 'temurin'
2730

2831
- name: Collect project version
@@ -33,7 +36,10 @@ jobs:
3336
id: project_is_snapshot
3437
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3538

39+
3640
- name: Build
41+
env:
42+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3743
run: mvn --batch-mode --strict-checksums --errors clean verify site
3844

3945
- name: Upload test logs

.github/workflows/pr.linux.temurin.current.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ name: pr.linux.temurin.current
99

1010
on:
1111
pull_request:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
13+
14+
permissions:
15+
contents: read
1316

1417
jobs:
1518
build:
@@ -22,7 +25,7 @@ jobs:
2225
- name: JDK
2326
uses: actions/setup-java@v4
2427
with:
25-
java-version: 22
28+
java-version: 23
2629
distribution: 'temurin'
2730

2831
- name: Collect project version
@@ -33,7 +36,10 @@ jobs:
3336
id: project_is_snapshot
3437
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3538

39+
3640
- name: Build
41+
env:
42+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3743
run: mvn --batch-mode --strict-checksums --errors clean verify site
3844

3945
- name: Upload test logs

.github/workflows/pr.linux.temurin.lts.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ name: pr.linux.temurin.lts
99

1010
on:
1111
pull_request:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
13+
14+
permissions:
15+
contents: read
1316

1417
jobs:
1518
build:
@@ -22,7 +25,7 @@ jobs:
2225
- name: JDK
2326
uses: actions/setup-java@v4
2427
with:
25-
java-version: 21
28+
java-version: 23
2629
distribution: 'temurin'
2730

2831
- name: Collect project version
@@ -33,7 +36,10 @@ jobs:
3336
id: project_is_snapshot
3437
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3538

39+
3640
- name: Build
41+
env:
42+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3743
run: mvn --batch-mode --strict-checksums --errors clean verify site
3844

3945
- name: Upload test logs

.github/workflows/pr.windows.temurin.current.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ name: pr.windows.temurin.current
99

1010
on:
1111
pull_request:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
13+
14+
permissions:
15+
contents: read
1316

1417
jobs:
1518
build:
@@ -22,7 +25,7 @@ jobs:
2225
- name: JDK
2326
uses: actions/setup-java@v4
2427
with:
25-
java-version: 22
28+
java-version: 23
2629
distribution: 'temurin'
2730

2831
- name: Collect project version
@@ -33,7 +36,10 @@ jobs:
3336
id: project_is_snapshot
3437
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3538

39+
3640
- name: Build
41+
env:
42+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3743
run: mvn --batch-mode --strict-checksums --errors clean verify site
3844

3945
- name: Upload test logs

.github/workflows/pr.windows.temurin.lts.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ name: pr.windows.temurin.lts
99

1010
on:
1111
pull_request:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
13+
14+
permissions:
15+
contents: read
1316

1417
jobs:
1518
build:
@@ -22,7 +25,7 @@ jobs:
2225
- name: JDK
2326
uses: actions/setup-java@v4
2427
with:
25-
java-version: 21
28+
java-version: 23
2629
distribution: 'temurin'
2730

2831
- name: Collect project version
@@ -33,7 +36,10 @@ jobs:
3336
id: project_is_snapshot
3437
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3538

39+
3640
- name: Build
41+
env:
42+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3743
run: mvn --batch-mode --strict-checksums --errors clean verify site
3844

3945
- name: Upload test logs

README-CHANGES.xml

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<c:change date="2023-05-14T00:00:00+00:00" summary="Include a git package in the OCI image."/>
7777
</c:changes>
7878
</c:release>
79-
<c:release date="2024-05-27T22:54:11+00:00" is-open="false" ticket-system="com.github.io7m.gtyrell" version="4.0.0">
79+
<c:release date="2024-05-27T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.gtyrell" version="4.0.0">
8080
<c:changes>
8181
<c:change date="2024-04-20T00:00:00+00:00" summary="Update org.immutables:value:2.10.0 → 2.10.1."/>
8282
<c:change date="2024-04-20T00:00:00+00:00" summary="Update org.slf4j:slf4j-api:2.0.10 → 2.0.13."/>
@@ -98,6 +98,66 @@
9898
</c:change>
9999
</c:changes>
100100
</c:release>
101+
<c:release date="2025-05-22T19:30:34+00:00" is-open="false" ticket-system="com.github.io7m.gtyrell" version="4.0.1">
102+
<c:changes>
103+
<c:change date="2024-06-20T00:00:00+00:00" summary="Update org.kohsuke:github-api:1.321 → 1.322."/>
104+
<c:change date="2024-06-27T00:00:00+00:00" summary="Update junit.version:5.10.2 → 5.10.3."/>
105+
<c:change date="2024-07-01T00:00:00+00:00" summary="Update org.kohsuke:github-api:1.322 → 1.323."/>
106+
<c:change date="2024-07-05T00:00:00+00:00" summary="Update com.fasterxml.jackson.core:jackson-databind:2.17.1 → 2.17.2."/>
107+
<c:change date="2024-07-05T00:00:00+00:00" summary="Update com.fasterxml.jackson.core:jackson-core:2.17.1 → 2.17.2."/>
108+
<c:change date="2024-08-07T00:00:00+00:00" summary="Update org.slf4j:slf4j-api:2.0.13 → 2.0.14."/>
109+
<c:change date="2024-08-08T00:00:00+00:00" summary="Update org.slf4j:slf4j-api:2.0.14 → 2.0.15."/>
110+
<c:change date="2024-08-12T00:00:00+00:00" summary="Update org.slf4j:slf4j-api:2.0.15 → 2.0.16."/>
111+
<c:change date="2024-08-14T00:00:00+00:00" summary="Update junit.version:5.10.3 → 5.11.0."/>
112+
<c:change date="2024-08-15T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.6 → 1.5.7."/>
113+
<c:change date="2024-08-15T00:00:00+00:00" summary="Update ch.qos.logback:logback-core:1.5.6 → 1.5.7."/>
114+
<c:change date="2024-08-19T00:00:00+00:00" summary="Update org.kohsuke:github-api:1.323 → 1.324."/>
115+
<c:change date="2024-09-09T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.7 → 1.5.8."/>
116+
<c:change date="2024-09-09T00:00:00+00:00" summary="Update ch.qos.logback:logback-core:1.5.7 → 1.5.8."/>
117+
<c:change date="2024-09-13T00:00:00+00:00" summary="Update org.kohsuke:github-api:1.324 → 1.325."/>
118+
<c:change date="2024-09-18T00:00:00+00:00" summary="Update com.io7m.jproperties:com.io7m.jproperties.core:3.2.0 → 4.0.0."/>
119+
<c:change date="2024-09-18T00:00:00+00:00" summary="Update org.kohsuke:github-api:1.325 → 1.326."/>
120+
<c:change date="2024-09-19T00:00:00+00:00" summary="Update commons-io:commons-io:2.16.1 → 2.17.0."/>
121+
<c:change date="2024-09-23T00:00:00+00:00" summary="Update com.github.marschall:memoryfilesystem:2.8.0 → 2.8.1."/>
122+
<c:change date="2024-09-25T00:00:00+00:00" summary="Update junit.version:5.11.0 → 5.11.1."/>
123+
<c:change date="2024-09-27T00:00:00+00:00" summary="Update com.fasterxml.jackson.core:jackson-core:2.17.2 → 2.18.0."/>
124+
<c:change date="2024-09-27T00:00:00+00:00" summary="Update com.fasterxml.jackson.core:jackson-databind:2.17.2 → 2.18.0."/>
125+
<c:change date="2024-10-04T00:00:00+00:00" summary="Update junit.version:5.11.1 → 5.11.2."/>
126+
<c:change date="2024-10-08T00:00:00+00:00" summary="Update ch.qos.logback:logback-core:1.5.8 → 1.5.9."/>
127+
<c:change date="2024-10-08T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.8 → 1.5.9."/>
128+
<c:change date="2024-10-14T00:00:00+00:00" summary="Update ch.qos.logback:logback-core:1.5.9 → 1.5.10."/>
129+
<c:change date="2024-10-14T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.9 → 1.5.10."/>
130+
<c:change date="2024-10-15T00:00:00+00:00" summary="Update ch.qos.logback:logback-core:1.5.10 → 1.5.11."/>
131+
<c:change date="2024-10-15T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.10 → 1.5.11."/>
132+
<c:change date="2024-10-28T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.11 → 1.5.12."/>
133+
<c:change date="2024-10-28T00:00:00+00:00" summary="Update org.junit:junit-bom:5.11.2 → 5.11.3."/>
134+
<c:change date="2024-10-28T00:00:00+00:00" summary="Update ch.qos.logback:logback-core:1.5.11 → 1.5.12."/>
135+
<c:change date="2024-10-29T00:00:00+00:00" summary="Update com.fasterxml.jackson.core:jackson-databind:2.18.0 → 2.18.1."/>
136+
<c:change date="2024-10-29T00:00:00+00:00" summary="Update com.fasterxml.jackson.core:jackson-core:2.18.0 → 2.18.1."/>
137+
<c:change date="2024-11-20T00:00:00+00:00" summary="Update commons-io:commons-io:2.17.0 → 2.18.0."/>
138+
<c:change date="2024-11-28T00:00:00+00:00" summary="Update com.fasterxml.jackson.core:jackson-core:2.18.1 → 2.18.2."/>
139+
<c:change date="2024-11-28T00:00:00+00:00" summary="Update com.fasterxml.jackson.core:jackson-databind:2.18.1 → 2.18.2."/>
140+
<c:change date="2024-12-16T00:00:00+00:00" summary="Update org.junit:junit-bom:5.11.3 → 5.11.4."/>
141+
<c:change date="2024-12-19T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.12 → 1.5.14."/>
142+
<c:change date="2024-12-20T00:00:00+00:00" summary="Update ch.qos.logback:logback-core:1.5.12 → 1.5.13."/>
143+
<c:change date="2024-12-20T00:00:00+00:00" summary="Update ch.qos.logback:logback-core:1.5.12 → 1.5.14."/>
144+
<c:change date="2024-12-23T00:00:00+00:00" summary="Update ch.qos.logback:logback-core:1.5.14 → 1.5.15."/>
145+
<c:change date="2024-12-23T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.14 → 1.5.15."/>
146+
<c:change date="2025-01-06T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.15 → 1.5.16."/>
147+
<c:change date="2025-01-06T00:00:00+00:00" summary="Update ch.qos.logback:logback-core:1.5.15 → 1.5.16."/>
148+
<c:change date="2025-03-01T00:00:00+00:00" summary="Update com.fasterxml.jackson.core:jackson-core:2.18.2 → 2.18.3."/>
149+
<c:change date="2025-03-01T00:00:00+00:00" summary="Update org.slf4j:slf4j-api:2.0.16 → 2.0.17."/>
150+
<c:change date="2025-03-01T00:00:00+00:00" summary="Update org.kohsuke:github-api:1.326 → 1.327."/>
151+
<c:change date="2025-04-01T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.16 → 1.5.18."/>
152+
<c:change date="2025-04-01T00:00:00+00:00" summary="Update org.junit:junit-bom:5.11.4 → 5.12.1."/>
153+
<c:change date="2025-05-01T00:00:00+00:00" summary="Update org.junit:junit-bom:5.12.1 → 5.12.2."/>
154+
<c:change date="2025-05-01T00:00:00+00:00" summary="Update com.fasterxml.jackson.core:jackson-core:2.18.3 → 2.19.0."/>
155+
<c:change date="2025-05-01T00:00:00+00:00" summary="Update ch.qos.logback:logback-core:1.5.16 → 1.5.18."/>
156+
<c:change date="2025-05-01T00:00:00+00:00" summary="Update commons-io:commons-io:2.18.0 → 2.19.0."/>
157+
<c:change date="2025-05-01T00:00:00+00:00" summary="Update com.fasterxml.jackson.core:jackson-databind:2.18.2 → 2.19.0."/>
158+
<c:change date="2025-05-22T00:00:00+00:00" summary="Update container Alpine and JDK versions."/>
159+
</c:changes>
160+
</c:release>
101161
</c:releases>
102162
<c:ticket-systems>
103163
<c:ticket-system default="false" id="com.github.io7m.gtyrell" url="http://www.github.com/io7m-com/gtyrell/issues/"/>

0 commit comments

Comments
 (0)