File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 5757 <project .build.outputTimestamp>2024-05-31T09:07:03Z</project .build.outputTimestamp>
5858
5959 <pmd .designer.version>${project.version} </pmd .designer.version> <!-- see DesignerVersion -->
60- <pmd .core.version>7.0.0</pmd .core.version> <!-- minimum supported PMD version -->
60+ <pmd .core.version>7.0.0</pmd .core.version> <!-- minimum supported PMD version (API) -->
6161
6262 <openjfx .version>17.0.10</openjfx .version>
6363 <java .version>8</java .version>
64+
65+ <pmd .langtest.version>7.9.0</pmd .langtest.version>
6466 <kotlin .version>2.0.20</kotlin .version>
65- <kotest .version>5.5.5 </kotest .version>
66- <junit5 .version>5.11.0</junit5 .version> <!-- needed by kotest -->
67+ <kotest .version>5.9.1 </kotest .version>
68+ <junit5 .version>5.11.0</junit5 .version>
6769
6870 <!-- Those have different values based on the profile -->
6971 <openjfx .scope>provided</openjfx .scope>
771773 <dependency >
772774 <groupId >net.sourceforge.pmd</groupId >
773775 <artifactId >pmd-lang-test</artifactId >
774- <version >${pmd.core .version} </version >
776+ <version >${pmd.langtest .version} </version >
775777 <scope >test</scope >
776778 </dependency >
777779
You can’t perform that action at this time.
0 commit comments