We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cdf24e + 2a0c1bb commit d002947Copy full SHA for d002947
pom.xml
@@ -34,7 +34,7 @@
34
</scm>
35
36
<properties>
37
- <maven.compiler.version>11</maven.compiler.version>
+ <maven.compiler.release>17</maven.compiler.release>
38
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
39
<jackson.version>2.16.2</jackson.version>
40
<slf4j.version>2.0.12</slf4j.version>
@@ -80,10 +80,9 @@
80
<plugin>
81
<groupId>org.apache.maven.plugins</groupId>
82
<artifactId>maven-compiler-plugin</artifactId>
83
- <version>3.11.0</version>
+ <version>3.12.1</version>
84
<configuration>
85
- <source>11</source>
86
- <target>11</target>
+ <release>17</release>
87
</configuration>
88
</plugin>
89
0 commit comments