diff --git a/pluto-utils/pom.xml b/pluto-utils/pom.xml
index 5a4a1af101dc71484583b8cb6fad37930b215631..01c0fe02105e5d5073f1648d8e899d3ef8976a8a 100644
--- a/pluto-utils/pom.xml
+++ b/pluto-utils/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-dependencies</artifactId>
-		<version>1.8.0</version>
+		<version>2.3.1</version>
 		<relativePath/>
 	</parent>
 
@@ -130,8 +130,6 @@
 				<artifactId>maven-compiler-plugin</artifactId>
 				<version>${maven-compiler-plugin.version}</version>
 				<configuration>
-					<source>${java.version}</source>
-					<target>${java.version}</target>
 					<fork>true</fork>
 					<annotationProcessorPaths>
 						<path>
@@ -159,6 +157,7 @@
 						</compilerArg>
 					</compilerArgs>
 					<generatedSourcesDirectory>target/generated-sources</generatedSourcesDirectory>
+					<release>${java.version}</release>
 				</configuration>
 			</plugin>