We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6483f99 commit 9fc936fCopy full SHA for 9fc936f
pom.xml
@@ -40,8 +40,9 @@
40
<properties>
41
42
<encoding>UTF-8</encoding>
43
- <maven.compiler.source>17</maven.compiler.source>
44
- <maven.compiler.target>17</maven.compiler.target>
+ <maven.compiler.release>21</maven.compiler.release>
+ <maven.compiler.source>${maven.compiler.release}</maven.compiler.source>
45
+ <maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
46
<maven.surefire.plugin.version>3.5.3</maven.surefire.plugin.version>
47
<maven.javadoc.version>3.11.2</maven.javadoc.version>
48
<driver.binary.downloader.maven.plugin.version>1.0.18</driver.binary.downloader.maven.plugin.version>
0 commit comments