diff --git a/mail-service/pom.xml b/mail-service/pom.xml
index 6723c752f8b6d60424799ee51a552e385bea9ecd..30510511294a82a98f3530e4edc835348c1fbd60 100644
--- a/mail-service/pom.xml
+++ b/mail-service/pom.xml
@@ -95,6 +95,7 @@
 			<groupId>org.projectlombok</groupId>
 			<artifactId>lombok</artifactId>
 			<optional>true</optional>
+			<scope>provided</scope>
 		</dependency>
 
 		<!-- TEST -->
diff --git a/notification-manager/pom.xml b/notification-manager/pom.xml
index 280e473443d3b0af4795bd68aaa4caa399a9c6b2..a36d504b709125825b69335a1934a5df7407e976 100644
--- a/notification-manager/pom.xml
+++ b/notification-manager/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-parent</artifactId>
-		<version>1.1.3</version>
+		<version>1.1.4-SNAPSHOT</version>
 		<relativePath />
 	</parent>
 
diff --git a/pluto-server/pom.xml b/pluto-server/pom.xml
index 3990a7f2d1dfc2a4c13f8735d9f823fb37110397..9a5ffa720b46185151b3b135d060378c4b6ae05d 100644
--- a/pluto-server/pom.xml
+++ b/pluto-server/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-parent</artifactId>
-		<version>1.1.3</version>
+		<version>1.1.4-SNAPSHOT</version>
 		<relativePath />
 	</parent>
 
@@ -21,11 +21,11 @@
 
 		<spring-boot.build-image.imageName>docker.ozg-sh.de/pluto:build-latest</spring-boot.build-image.imageName>
 
-		<zip.version>2.7.0</zip.version>
-		<jsoup.version>1.13.1</jsoup.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.0.35</mongock.version>
+		<mongock.version>5.1.4</mongock.version>
 
 		<testcontainer.version>1.17.3</testcontainer.version>
 
@@ -167,6 +167,7 @@
 			<groupId>org.projectlombok</groupId>
 			<artifactId>lombok</artifactId>
 			<optional>true</optional>
+			<scope>provided</scope>
 		</dependency>
 
 		<!-- Test -->