File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50
50
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
51
51
52
- <maven .compiler.source>17 </maven .compiler.source>
53
- <maven .compiler.target>17 </maven .compiler.target>
54
- <maven .compiler.release>17 </maven .compiler.release>
52
+ <maven .compiler.source>21 </maven .compiler.source>
53
+ <maven .compiler.target>21 </maven .compiler.target>
54
+ <maven .compiler.release>21 </maven .compiler.release>
55
55
<maven .compiler.parameters>true</maven .compiler.parameters>
56
56
57
57
<compiler-plugin .version>3.14.0</compiler-plugin .version>
67
67
68
68
<quarkus .platform.artifact-id>quarkus-bom</quarkus .platform.artifact-id>
69
69
<quarkus .platform.group-id>io.quarkus</quarkus .platform.group-id>
70
- <quarkus .platform.version>3.19.1 </quarkus .platform.version>
70
+ <quarkus .platform.version>3.19.2 </quarkus .platform.version>
71
71
72
72
73
73
<artifactsDir >target</artifactsDir >
You can’t perform that action at this time.
0 commit comments