We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79da8a8 + 447949f commit 6e66612Copy full SHA for 6e66612
.github/workflows/link-check.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Link check
44
continue-on-error: true # <- If set to false, run fails with broken links
45
- uses: untitaker/hyperlink@0.1.32
+ uses: untitaker/hyperlink@0.1.40
46
with:
47
args: website_and_docs/public/ --check-anchors
48
examples/kotlin/pom.xml
@@ -12,7 +12,7 @@
12
<kotlin.version>2.0.21</kotlin.version>
13
14
<slf4j.version>2.0.16</slf4j.version>
15
- <logback.version>1.5.11</logback.version>
+ <logback.version>1.5.12</logback.version>
16
17
<junit5.version>5.11.3</junit5.version>
18
<wdm.version>5.2.3</wdm.version>
0 commit comments