Skip to content

Commit 6e66612

Browse files
authored
Merge branch 'trunk' into printspage-python-example
2 parents 79da8a8 + 447949f commit 6e66612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Link check
4444
continue-on-error: true # <- If set to false, run fails with broken links
45-
uses: untitaker/hyperlink@0.1.32
45+
uses: untitaker/hyperlink@0.1.40
4646
with:
4747
args: website_and_docs/public/ --check-anchors
4848

examples/kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<kotlin.version>2.0.21</kotlin.version>
1313

1414
<slf4j.version>2.0.16</slf4j.version>
15-
<logback.version>1.5.11</logback.version>
15+
<logback.version>1.5.12</logback.version>
1616

1717
<junit5.version>5.11.3</junit5.version>
1818
<wdm.version>5.2.3</wdm.version>

0 commit comments

Comments
 (0)