File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
19
19
- name : Link Checker
20
20
id : lychee
21
- uses : lycheeverse/lychee-action@v1
21
+ uses : lycheeverse/lychee-action@v2
22
22
23
23
- name : Find already existing issue
24
24
id : find-issue
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
}
9
9
10
10
ext {
11
- checkstyleVersion = ' 10.18.1 '
11
+ checkstyleVersion = ' 10.18.2 '
12
12
pmdVersion = ' 7.6.0'
13
13
}
14
14
@@ -58,7 +58,7 @@ dependencies {
58
58
checkstyle " com.puppycrawl.tools:checkstyle:${ checkstyleVersion} "
59
59
pmd " net.sourceforge.pmd:pmd-ant:${ pmdVersion} " ,
60
60
" 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 ' ),
62
62
' org.junit.jupiter:junit-jupiter' ,
63
63
' org.junit.jupiter:junit-jupiter-engine' ,
64
64
' org.assertj:assertj-core:3.26.3'
You can’t perform that action at this time.
0 commit comments