diff --git a/common/pom.xml b/common/pom.xml
index b7dfa42ef..9743efb82 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -33,7 +33,7 @@
org.apache.commons
commons-lang3
- 3.18.0
+ ${commons.lang3.version}
commons-io
diff --git a/gxodata/pom.xml b/gxodata/pom.xml
index 4dd38b58a..92ece61cc 100644
--- a/gxodata/pom.xml
+++ b/gxodata/pom.xml
@@ -22,24 +22,48 @@
org.apache.olingo
odata-commons-api
- 4.9.0
+ 5.0.0
org.apache.olingo
odata-commons-core
- 4.9.0
+ 5.0.0
org.apache.olingo
odata-client-api
- 4.9.0
+ 5.0.0
org.apache.olingo
odata-client-core
- 4.9.0
+ 5.0.0
-
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ ${jackson.version}
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.version}
+
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons.lang3.version}
+
+
gxodata
diff --git a/pom.xml b/pom.xml
index 8b6b4da87..786e0bd29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,7 @@
1.15
3.0.3
10.4
+ 3.18.0