File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/org/htmlunit Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 268268 <plugin >
269269 <groupId >org.apache.felix</groupId >
270270 <artifactId >maven-bundle-plugin</artifactId >
271- <version >5.1.9 </version >
271+ <version >6.0.0 </version >
272272 <extensions >true</extensions >
273273 <configuration >
274274 <instructions >
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-v130 <" )) {
98+ && !line .contains (">selenium-devtools-v131 <" )) {
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