Skip to content

Commit e6ba916

Browse files
authored
Merge pull request #170 from xdev-software/update-from-template-merged
Update from template (auto-merged)
2 parents af9df1e + 596c9be commit e6ba916

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/broken-links.yml

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

1919
- name: Link Checker
2020
id: lychee
21-
uses: lycheeverse/lychee-action@v1
21+
uses: lycheeverse/lychee-action@v2
2222

2323
- name: Find already existing issue
2424
id: find-issue

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
ext {
11-
checkstyleVersion = '10.18.1'
11+
checkstyleVersion = '10.18.2'
1212
pmdVersion = '7.6.0'
1313
}
1414

@@ -58,7 +58,7 @@ dependencies {
5858
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
5959
pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}",
6060
"net.sourceforge.pmd:pmd-java:${pmdVersion}"
61-
testImplementation platform('org.junit:junit-bom:5.11.1'),
61+
testImplementation platform('org.junit:junit-bom:5.11.2'),
6262
'org.junit.jupiter:junit-jupiter',
6363
'org.junit.jupiter:junit-jupiter-engine',
6464
'org.assertj:assertj-core:3.26.3'

0 commit comments

Comments
 (0)