diff --git a/mail-service/pom.xml b/mail-service/pom.xml
index 7c85908815da8f7d17f64d4a905d46cff5c48bd8..728c29ee98d76261a7afebd8fb2c69856d9195f9 100644
--- a/mail-service/pom.xml
+++ b/mail-service/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-parent</artifactId>
-		<version>1.3.0</version>
+		<version>1.4.0</version>
 		<relativePath />
 	</parent>
 
diff --git a/notification-manager/pom.xml b/notification-manager/pom.xml
index d3119c5e4e31d9734b4765475012d02465a539ab..1560f23c8ab771bf23c672f7f6f2575e5bbc3a3f 100644
--- a/notification-manager/pom.xml
+++ b/notification-manager/pom.xml
@@ -29,7 +29,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-parent</artifactId>
-		<version>1.3.0</version>
+		<version>1.4.0</version>
 		<relativePath />
 	</parent>
 
diff --git a/pluto-server/pom.xml b/pluto-server/pom.xml
index 23e02aa52c0d871e76bc213f49b50baa1382c4a3..1b9f800caae1cd283f4bf02ce6ea29bea0acc49e 100644
--- a/pluto-server/pom.xml
+++ b/pluto-server/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-parent</artifactId>
-		<version>1.3.0</version>
+		<version>1.4.0</version>
 		<relativePath />
 	</parent>
 
@@ -43,19 +43,17 @@
 
 	<properties>
 		<java.version>17</java.version>
+		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
 		<spring-boot.build-image.imageName>docker.ozg-sh.de/pluto:build-latest</spring-boot.build-image.imageName>
 
+		<kop.license.version>1.3.0</kop.license.version>
+
 		<zip.version>2.11.1</zip.version>
 		<jsoup.version>1.15.3</jsoup.version>
-
-		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<mongock.version>5.1.4</mongock.version>
-
 		<testcontainer.version>1.17.3</testcontainer.version>
-
-		<kop.license.version>1.3.0</kop.license.version>
-
+		
 		<maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
 	</properties>
 
@@ -307,7 +305,6 @@
 			<plugin>
 				<groupId>com.mycila</groupId>
 				<artifactId>license-maven-plugin</artifactId>
-				<version>4.1</version>
 				<configuration>
 					<mapping>
 						<config>SCRIPT_STYLE</config>