diff --git a/pom.xml b/pom.xml index b6dbb91609..29058cc973 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 4.4.0 4.4.0 - 4.4.0 + 4.5.0-SNAPSHOT 4.4.0 4.5.0-SNAPSHOT 4.5.0-SNAPSHOT @@ -35,8 +35,8 @@ 4.5.14 4.24.0-SNAPSHOT - 4.23.1 - selenium-devtools-v127 + 4.25.0 + selenium-devtools-v129 9.4.56.v20240826 2.24.1 @@ -195,12 +195,12 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 org.apache.maven.plugins maven-javadoc-plugin - 3.10.0 + 3.10.1 true protected @@ -311,7 +311,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 false @@ -341,7 +341,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 false @@ -372,7 +372,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 false @@ -400,7 +400,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 false @@ -428,7 +428,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 false @@ -458,7 +458,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 false @@ -487,7 +487,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 false @@ -516,7 +516,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 false @@ -545,7 +545,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 false @@ -573,7 +573,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 false @@ -601,7 +601,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 false @@ -629,7 +629,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 false @@ -658,7 +658,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 false @@ -680,7 +680,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.10.0 + 3.10.1 true protected @@ -1353,7 +1353,7 @@ com.twelvemonkeys.imageio imageio-batik - 3.11.0 + 3.12.0 test @@ -1369,7 +1369,7 @@ org.apache.xmlgraphics batik-transcoder - 1.17 + 1.18 test diff --git a/src/test/java/org/htmlunit/ExternalTest.java b/src/test/java/org/htmlunit/ExternalTest.java index e304ec184b..79bb45198b 100644 --- a/src/test/java/org/htmlunit/ExternalTest.java +++ b/src/test/java/org/htmlunit/ExternalTest.java @@ -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("")) {