Update library versions including Spring and Flyway

Change-Id: Iea21c1b818560f872c4e4530705555d516acab74
diff --git a/pom.xml b/pom.xml
index 1f5ddc4..eec7033 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,12 +11,12 @@
 		<jersey.version>3.1.5</jersey.version>
 		<hibernate.ehcache.version>6.0.0.Alpha7</hibernate.ehcache.version>
 		<hibernate.version>6.1.7.Final</hibernate.version>
-		<spring.version>6.1.2</spring.version>
+		<spring.version>6.1.3</spring.version>
 		<!-- spring6.version is used in jersey and defined here 
 		to make sure that jersey uses the correct spring version-->
 		<spring6.version>${spring.version}</spring6.version>
 		<jetty.version>11.0.19</jetty.version>
-		<flyway.version>10.4.1</flyway.version>
+		<flyway.version>10.6.0</flyway.version>
 		<log4j.version>2.22.1</log4j.version>
 		<krill.version>[0.62.0,)</krill.version>
 		<koral.version>[0.42,)</koral.version>
@@ -224,7 +224,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
-				<version>3.2.3</version>
+				<version>3.2.5</version>
 				<configuration>
 					<reuseForks>true</reuseForks>
 					<forkCount>1</forkCount>
@@ -372,7 +372,7 @@
 		<dependency>
 			<groupId>org.slf4j</groupId>
 			<artifactId>slf4j-api</artifactId>
-			<version>2.0.10</version>
+			<version>2.0.11</version>
 		</dependency>
 
 		<!-- Java Assist -->
@@ -478,7 +478,7 @@
 		<dependency>
 			<groupId>org.xerial</groupId>
 			<artifactId>sqlite-jdbc</artifactId>
-			<version>3.42.0.0</version>
+			<version>3.45.0.0</version>
 		</dependency>
 		
 		<!-- MySql -->
@@ -573,7 +573,7 @@
 		<dependency>
 			<groupId>joda-time</groupId>
 			<artifactId>joda-time</artifactId>
-			<version>2.12.5</version>
+			<version>2.12.6</version>
 		</dependency>
 		<dependency>
 			<groupId>commons-io</groupId>