File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 2525 <maven .compiler.source>8</maven .compiler.source>
2626 <maven .compiler.target>8</maven .compiler.target>
2727
28- <htmlunitcssparser .version>3.7.0-SNAPSHOT </htmlunitcssparser .version>
29- <htmlunitneko .version>3.6 .0</htmlunitneko .version>
30- <htmlunitcorejs .version>3.7.0-SNAPSHOT</ htmlunitcorejs .version>
31- <htmlunitxpath .version>3.6 .0</htmlunitxpath .version>
28+ <htmlunitcssparser .version>3.7.0</htmlunitcssparser .version>
29+ <htmlunitneko .version>3.7 .0</htmlunitneko .version>
30+ <htmlunitxpath .version>3.7.0</ htmlunitxpath .version>
31+ <htmlunitcorejs .version>3.7 .0</htmlunitcorejs .version>
3232
3333 <htmlunitdriver .version>4.14.1-SNAPSHOT</htmlunitdriver .version>
3434 <selenium .version>4.14.1</selenium .version>
Original file line number Diff line number Diff line change 1414 of the various WebClient properties should be clear in every case. This results in some minor changes the might have
1515 some impact for the backward compatibility.
1616 </action>
17+ <action type="update" dev="rbri">
18+ cssparser: Switched from JavaCC to ParserGeneratorCC (https://github.com/tulipcc/ParserGeneratorCC).
19+ Based on this we have to chance to update the ParserGeneratorCC to fix some of our problems with
20+ the generated code. See https://github.com/tulipcc/ParserGeneratorCC/pulls for more.
21+ </action>
1722 <action type="update" dev="rbri">
1823 Properties ownerNode and href moved from CSSStyleSheet to StyleSheet.
1924 </action>
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public class ExternalTest {
5858 static String CHROME_DRIVER_URL_ =
5959 "https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json" ;
6060
61- static String EDGE_DRIVER_ = "118.0.2088.69 " ;
61+ static String EDGE_DRIVER_ = "118.0.2088.76 " ;
6262 static String EDGE_DRIVER_URL_ = "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/" ;
6363
6464 /** Gecko driver. */
You can’t perform that action at this time.
0 commit comments