diff --git a/goofy-client/apps/goofy-e2e/src/integration/main-tests/vorgang-detailansicht/vorgang-detailansicht.filtered-by-organisationseinheit.e2e-spec.ts b/goofy-client/apps/goofy-e2e/src/integration/main-tests/vorgang-detailansicht/vorgang-detailansicht.filtered-by-organisationseinheit.e2e-spec.ts
index 04c011a405433385a98d2539c52698ddf192bcd7..0db5f5c30dcf4202691e4baf5576b27a26020e78 100644
--- a/goofy-client/apps/goofy-e2e/src/integration/main-tests/vorgang-detailansicht/vorgang-detailansicht.filtered-by-organisationseinheit.e2e-spec.ts
+++ b/goofy-client/apps/goofy-e2e/src/integration/main-tests/vorgang-detailansicht/vorgang-detailansicht.filtered-by-organisationseinheit.e2e-spec.ts
@@ -98,7 +98,7 @@ describe('Vorgang-detailansicht filtered by organisationseinheit', () => {
 		})
 	})
 
-	describe('on user zonk', () => {
+	describe.skip('on user zonk', () => {
 		const authorizedUrl: string = vorgangUrlVisibleToKOrdner;
 		const forbiddenUrl: string = vorgangUrlVisibleToKFinder;
 
diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml
index d15e3eeb0414f326b8c9706fae66c062a8599b56..faad162ec16c487a9fbecefeff21c89a4683b9fa 100644
--- a/goofy-client/pom.xml
+++ b/goofy-client/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>de.itvsh.ozg</groupId>
 		<artifactId>goofy</artifactId>
-		<version>0.26.0-SNAPSHOT</version>
+		<version>0.27.0-SNAPSHOT</version>
 	</parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml
index df7eac60260003e0a8035c7a0d4d09cf33e850cd..00c500a456dd955aad006695ea5f4d62b6e2f2b5 100644
--- a/goofy-server/pom.xml
+++ b/goofy-server/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>de.itvsh.ozg</groupId>
 		<artifactId>goofy</artifactId>
-		<version>0.26.0-SNAPSHOT</version>
+		<version>0.27.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>goofy-server</artifactId>
diff --git a/pom.xml b/pom.xml
index d777589e440e5c9b114b123c98bd5de9706b6a01..c1ef0b7be4e8c3bcca6e7bf3c32d8fb63af4bb04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,14 +5,14 @@
 
 	<groupId>de.itvsh.ozg</groupId>
 	<artifactId>goofy</artifactId>
-	<version>0.26.0-SNAPSHOT</version>
+	<version>0.27.0-SNAPSHOT</version>
 	<name>Goofy Parent</name>
 	<packaging>pom</packaging>
 
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-parent</artifactId>
-		<version>1.1.3-SNAPSHOT</version>
+		<version>1.1.3</version>
 	</parent>
 
 	<modules>
@@ -24,7 +24,7 @@
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-		<pluto.version>0.26.0-SNAPSHOT</pluto.version>
+		<pluto.version>0.27.0-SNAPSHOT</pluto.version>
 	</properties>
 
 	<dependencyManagement>