diff --git a/pom.xml b/pom.xml
index dae4f2b..171b242 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,8 +14,8 @@
UTF-8
21
21
- 11.0.10
- 5.5.0
+ 11.0.12
+ 5.6.0
4.0.0-SNAPSHOT
3.1.11
diff --git a/v4_0_0.md b/v4_0_0.md
index 7d29ebf..17c3f66 100644
--- a/v4_0_0.md
+++ b/v4_0_0.md
@@ -4,7 +4,7 @@ Appbase Version 4.0.0
* This version upgrades the following dependencies with major impact.
This may cause backwards compatibility issues for applications using Appbase:
* Tomcat 9.0 -> 11.0
- * Jena 3.9 -> 5.5
+ * Jena 3.9 -> 5.6
* Lib 3.1 -> 4.0
* Jersey 2.25 -> 3.1
* Replaced all usages of javax servlet infrastructure with jakarta.
@@ -13,4 +13,3 @@ Appbase Version 4.0.0
* It is directly implemented by RDFConnectionDatasetAccessor and indirectly by various wrapper classes which are unchanged from the previous version.
* It has removed the `containsModel` method since no Jena 5 equivalent exists.
Instead, use `getModel` to obtain the model, then `isEmpty` on the model.
-