diff --git a/pom.xml b/pom.xml
index acc6bd33d3db452ce2ded715a8a964b70cdf0885..3cbc14fba645f7e95e1cf49d095f4114c9e95baa 100755
--- a/pom.xml
+++ b/pom.xml
@@ -71,12 +71,12 @@
         <dependency>
             <groupId>org.flywaydb</groupId>
             <artifactId>flyway-core</artifactId>
-            <version>10.5.0</version>
+            <version>11.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.flywaydb</groupId>
             <artifactId>flyway-database-postgresql</artifactId>
-            <version>10.4.1</version>
+            <version>11.1.0</version>
         </dependency>
         <dependency>
             <groupId>jakarta.platform</groupId>
@@ -123,7 +123,7 @@
         <dependency>
             <groupId>org.geotools</groupId>
             <artifactId>gt-api</artifactId>
-            <version>30.1</version>
+            <version>32.1</version>
         </dependency>
         <dependency>
             <groupId>org.reflections</groupId>
@@ -158,29 +158,29 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-annotations</artifactId>
-            <version>2.16.1</version>
+            <version>2.18.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
-            <version>2.16.1</version>
+            <version>2.18.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.16.1</version>
+            <version>2.18.2</version>
         </dependency>
         <dependency>
             <groupId>org.passay</groupId>
             <artifactId>passay</artifactId>
-            <version>1.6.4</version>
+            <version>1.6.6</version>
         </dependency>
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-core</artifactId>
-            <version>6.6.1.Final</version>
+            <version>6.6.4.Final</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.dom4j</groupId>
@@ -191,7 +191,7 @@
         <dependency>
             <groupId>org.hibernate.orm</groupId>
             <artifactId>hibernate-spatial</artifactId>
-            <version>6.6.1.Final</version>
+            <version>6.6.4.Final</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.dom4j</groupId>
@@ -224,13 +224,13 @@
         <dependency>
             <groupId>com.fasterxml.jackson.datatype</groupId>
             <artifactId>jackson-datatype-jsr310</artifactId>
-            <version>2.16.1</version>
+            <version>2.18.2</version>
             <type>jar</type>
         </dependency>
         <dependency>
             <groupId>org.locationtech.jts</groupId>
             <artifactId>jts-core</artifactId>
-            <version>1.19.0</version>
+            <version>1.20.0</version>
             <type>jar</type>
         </dependency>
         <dependency>
@@ -241,7 +241,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-csv</artifactId>
-            <version>1.10.0</version>
+            <version>1.12.0</version>
             <type>jar</type>
         </dependency>
         <dependency>
@@ -267,7 +267,7 @@
         <dependency>
             <groupId>com.ibm.icu</groupId>
             <artifactId>icu4j</artifactId>
-            <version>74.2</version>
+            <version>76.1</version>
         </dependency>
         <dependency>
             <groupId>javax.measure</groupId>
@@ -287,7 +287,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>2.0.11</version>
+            <version>2.0.16</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -303,7 +303,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.17.0</version>
+            <version>2.18.0</version>
         </dependency>
     </dependencies>
 
@@ -311,12 +311,12 @@
         <plugins>
             <plugin>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>3.6.1</version>
+                <version>3.8.1</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.12.1</version>
+                <version>3.13.0</version>
                 <configuration>
                     <source>17</source>
                     <target>17</target>
@@ -350,7 +350,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>3.2.5</version>
+                <version>3.5.2</version>
                 <configuration>
                     <argLine>-Xmx6048m</argLine>
                 </configuration>
@@ -358,7 +358,7 @@
             <plugin>
                 <groupId>com.webcohesion.enunciate</groupId>
                 <artifactId>enunciate-maven-plugin</artifactId>
-                <version>2.17.1</version>
+                <version>2.18.1</version>
                 <executions>
                     <execution>
                         <goals>
diff --git a/selenium/requirements.txt b/selenium/requirements.txt
index 4b18905fbc889d7ed4c301541ec06b763ed0911d..aa2b17c49afe2c9cf998b16e7fab1da441fbba46 100644
--- a/selenium/requirements.txt
+++ b/selenium/requirements.txt
@@ -1,4 +1,4 @@
-selenium==4.16.0
+selenium==4.27.1
 pytest
 trio
 pytest-trio