File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ plugins {
22 id ' java'
33 id ' jacoco'
44 id ' checkstyle'
5- id ' org.owasp.dependencycheck' version ' 12.1.3 '
6- id ' me.champeau.jmh' version ' 0.7.2 '
5+ id ' org.owasp.dependencycheck' version ' 12.1.9 '
6+ id ' me.champeau.jmh' version ' 0.7.3 '
77}
88
99apply from : ' gradle/commons/jacoco.gradle'
@@ -17,7 +17,7 @@ repositories {
1717}
1818
1919dependencies {
20- testImplementation platform(' org.junit:junit-bom:5.13 .2' )
20+ testImplementation platform(' org.junit:junit-bom:6.0 .2' )
2121 testImplementation ' org.junit.jupiter:junit-jupiter'
2222
2323 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
Original file line number Diff line number Diff line change 11checkstyle {
22 // Static analysis tools automatically scan your code for style violations, programming errors, and bad practices
33 // without actually running it. This ensures consistency and helps catch potential bugs early.
4- toolVersion = ' 10.26.1 '
4+ toolVersion = ' 13.0.0 '
55 // Explicitly tell Checkstyle where to find its configuration file.
66 configFile = file(" ${ rootDir} /config/checkstyle/checkstyle.xml" )
77 configProperties = [
You can’t perform that action at this time.
0 commit comments