ACS-5198 Upgrade t-core to Java 17 (#795)

This commit is contained in:
Sara 2023-05-15 11:33:46 +01:00 committed by GitHub
parent bdc373052b
commit 5f133cf8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,9 @@
</parent>
<properties>
<java.version>11</java.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<java.version>17</java.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<image.tag>latest</image.tag>
<dependency.pdfbox.version>2.0.26</dependency.pdfbox.version>