File tree Expand file tree Collapse file tree
src/test/java/org/htmlunit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 <!-- As a property, as it is included in Checkstyle build -->
4646 <checkstyle .version>10.21.2</checkstyle .version>
4747 <spotbugs .version>4.9.0</spotbugs .version>
48- <pmd .version>7.9 .0</pmd .version>
48+ <pmd .version>7.10 .0</pmd .version>
4949 <junit .version>4.13.2</junit .version>
5050 <archunit .version>1.3.0</archunit .version>
5151 <dependencycheck .version>10.0.4</dependencycheck .version>
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ public void pom() throws Exception {
9595 }
9696 if (line .contains ("artifactId" )
9797 && !line .contains (">htmlunit<" )
98- && !line .contains (">selenium-devtools-v131< " )) {
98+ && !line .contains (">selenium-devtools-v " )) {
9999 final String artifactId = getValue (line );
100100 final String groupId = getValue (lines .get (i - 1 ));
101101 if (!lines .get (i + 1 ).contains ("</exclusion>" )) {
You can’t perform that action at this time.
0 commit comments