Skip to content

Commit

Permalink
the usual updates and latest neko
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 12, 2024
1 parent 9420f59 commit 8eff58b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@

<htmlunitcssparser.version>4.4.0</htmlunitcssparser.version>
<htmlunitcsp.version>4.4.0</htmlunitcsp.version>
<htmlunitneko.version>4.4.0</htmlunitneko.version>
<htmlunitneko.version>4.5.0-SNAPSHOT</htmlunitneko.version>
<htmlunitxpath.version>4.4.0</htmlunitxpath.version>
<htmlunitcorejs.version>4.5.0-SNAPSHOT</htmlunitcorejs.version>
<htmlunitwebsocketclient.version>4.5.0-SNAPSHOT</htmlunitwebsocketclient.version>

<httpcomponents.version>4.5.14</httpcomponents.version>

<htmlunitdriver.version>4.24.0-SNAPSHOT</htmlunitdriver.version>
<selenium.version>4.23.1</selenium.version>
<selenium.devtools.artifactId>selenium-devtools-v127</selenium.devtools.artifactId>
<selenium.version>4.25.0</selenium.version>
<selenium.devtools.artifactId>selenium-devtools-v129</selenium.devtools.artifactId>

<jetty.version>9.4.56.v20240826</jetty.version>
<log4j.version>2.24.1</log4j.version>
Expand Down Expand Up @@ -195,12 +195,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<quiet>true</quiet>
<show>protected</show>
Expand Down Expand Up @@ -311,7 +311,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<!-- see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class -->
<useSystemClassLoader>false</useSystemClassLoader>
Expand Down Expand Up @@ -341,7 +341,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<!-- see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class -->
<useSystemClassLoader>false</useSystemClassLoader>
Expand Down Expand Up @@ -372,7 +372,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<!-- see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class -->
<useSystemClassLoader>false</useSystemClassLoader>
Expand Down Expand Up @@ -400,7 +400,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<!-- see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class -->
<useSystemClassLoader>false</useSystemClassLoader>
Expand Down Expand Up @@ -428,7 +428,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<!-- see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class -->
<useSystemClassLoader>false</useSystemClassLoader>
Expand Down Expand Up @@ -458,7 +458,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<!-- see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class -->
<useSystemClassLoader>false</useSystemClassLoader>
Expand Down Expand Up @@ -487,7 +487,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<!-- see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class -->
<useSystemClassLoader>false</useSystemClassLoader>
Expand Down Expand Up @@ -516,7 +516,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<!-- see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class -->
<useSystemClassLoader>false</useSystemClassLoader>
Expand Down Expand Up @@ -545,7 +545,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<!-- see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class -->
<useSystemClassLoader>false</useSystemClassLoader>
Expand Down Expand Up @@ -573,7 +573,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<!-- see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class -->
<useSystemClassLoader>false</useSystemClassLoader>
Expand Down Expand Up @@ -601,7 +601,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<!-- see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class -->
<useSystemClassLoader>false</useSystemClassLoader>
Expand Down Expand Up @@ -629,7 +629,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<!-- see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class -->
<useSystemClassLoader>false</useSystemClassLoader>
Expand Down Expand Up @@ -658,7 +658,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<!-- see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class -->
<useSystemClassLoader>false</useSystemClassLoader>
Expand All @@ -680,7 +680,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<quiet>true</quiet>
<show>protected</show>
Expand Down Expand Up @@ -1353,7 +1353,7 @@
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-batik</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -1369,7 +1369,7 @@
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-transcoder</artifactId>
<version>1.17</version>
<version>1.18</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/htmlunit/ExternalTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void pom() throws Exception {
}
if (line.contains("artifactId")
&& !line.contains(">htmlunit<")
&& !line.contains(">selenium-devtools-v127<")) {
&& !line.contains(">selenium-devtools-v129<")) {
final String artifactId = getValue(line);
final String groupId = getValue(lines.get(i - 1));
if (!lines.get(i + 1).contains("</exclusion>")) {
Expand Down

0 comments on commit 8eff58b

Please sign in to comment.