Meilenstein 1 vor Implementierung der Spezifikation
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -9,8 +9,7 @@
|
||||
|
||||
<properties>
|
||||
<!-- Java Version -->
|
||||
<maven.compiler.source>21</maven.compiler.source>
|
||||
<maven.compiler.target>21</maven.compiler.target>
|
||||
<maven.compiler.release>21</maven.compiler.release>
|
||||
|
||||
<!-- Encoding -->
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -19,7 +18,7 @@
|
||||
<!-- Dependency Versions -->
|
||||
<log4j.version>2.20.0</log4j.version>
|
||||
<junit.version>5.9.2</junit.version>
|
||||
<mockito.version>4.11.0</mockito.version>
|
||||
<mockito.version>5.23.0</mockito.version>
|
||||
|
||||
<!-- Plugin Versions -->
|
||||
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
|
||||
@@ -65,8 +64,7 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>21</source>
|
||||
<target>21</target>
|
||||
<release>21</release>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user