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 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010ext {
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'
You can’t perform that action at this time.
0 commit comments