diff --git a/pom.xml b/pom.xml
index eeda68eee70..86e7e8242d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,10 +25,10 @@
8
8
- 3.7.0-SNAPSHOT
- 3.6.0
- 3.7.0-SNAPSHOT
- 3.6.0
+ 3.7.0
+ 3.7.0
+ 3.7.0
+ 3.7.0
4.14.1-SNAPSHOT
4.14.1
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ef22ff24806..42628488210 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -14,6 +14,11 @@
of the various WebClient properties should be clear in every case. This results in some minor changes the might have
some impact for the backward compatibility.
+
+ cssparser: Switched from JavaCC to ParserGeneratorCC (https://github.com/tulipcc/ParserGeneratorCC).
+ Based on this we have to chance to update the ParserGeneratorCC to fix some of our problems with
+ the generated code. See https://github.com/tulipcc/ParserGeneratorCC/pulls for more.
+
Properties ownerNode and href moved from CSSStyleSheet to StyleSheet.
diff --git a/src/test/java/org/htmlunit/ExternalTest.java b/src/test/java/org/htmlunit/ExternalTest.java
index 471177a51b2..9b85232c157 100644
--- a/src/test/java/org/htmlunit/ExternalTest.java
+++ b/src/test/java/org/htmlunit/ExternalTest.java
@@ -58,7 +58,7 @@ public class ExternalTest {
static String CHROME_DRIVER_URL_ =
"https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json";
- static String EDGE_DRIVER_ = "118.0.2088.69";
+ static String EDGE_DRIVER_ = "118.0.2088.76";
static String EDGE_DRIVER_URL_ = "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/";
/** Gecko driver. */