diff --git a/pom.xml b/pom.xml
index c7bb3d49f..fea6b8d57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
${java.version}
${mockito.version}
3.10.0
- 4.4.2
+ 4.4.3
4.3.6
3.0.1
${project.build.directory}/docs
diff --git a/src/main/asciidoc/faq/faq.adoc b/src/main/asciidoc/faq/faq.adoc
index 2572b53b6..dfffc4d20 100644
--- a/src/main/asciidoc/faq/faq.adoc
+++ b/src/main/asciidoc/faq/faq.adoc
@@ -23,7 +23,7 @@ Spring Boots dependency management to change the driver version like this:
[source,xml]
----
- 4.4.2
+ 4.4.3
----
@@ -32,7 +32,7 @@ Or
.Change the driver version from Gradle (gradle.properties)
[source,properties]
----
-neo4j-java-driver.version = 4.4.2
+neo4j-java-driver.version = 4.4.3
----
=== Without Spring Boot
@@ -46,7 +46,7 @@ section like this:
org.neo4j.driver
neo4j-java-driver
- 4.4.2
+ 4.4.3
----