diff --git a/pom.xml b/pom.xml
index 42212ea46..fc6430226 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,17 +18,17 @@
com.fasterxml.jackson.core
jackson-core
- 2.13.1
+ 2.16.1
com.fasterxml.jackson.core
jackson-annotations
- 2.13.1
+ 2.16.1
com.fasterxml.jackson.core
jackson-databind
- 2.13.1
+ 2.16.1
diff --git a/web/pom.xml b/web/pom.xml
index 6ee2e9a85..9762da035 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -45,6 +45,25 @@
it.geosolutions.mapstore
mapstore-services
${mapstore-services.version}
+
+
+
+ org.springframework.security
+ spring-security-core
+
+
+ org.springframework.security
+ spring-security-web
+
+
+ org.springframework.security
+ spring-security-config
+
+
+ org.springframework.security
+ spring-security-ldap
+
+