JAVA-29239 | using jdk 11 (#15446)

This commit is contained in:
Gaetano Piazzolla 2023-12-19 22:44:05 +01:00 committed by GitHub
parent 6bc1391e1f
commit 64a66af3fc
1 changed files with 4 additions and 0 deletions

View File

@ -138,6 +138,10 @@
<!-- This spring-boot.version is set manually, For upgrading this please refer http://team.baeldung.com/browse/JAVA-2802 -->
<spring-boot.version>2.2.6.RELEASE</spring-boot.version>
<log4j2.version>2.17.1</log4j2.version>
<!-- This spring-boot.version is not compatible with JDK 17 -->
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<java.version>11</java.version>
</properties>
</project>