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.
1 parent f10db06 commit e60fc42Copy full SHA for e60fc42
java/pom.xml
@@ -24,10 +24,10 @@
24
</modules>
25
26
<properties>
27
- <maven.compiler.source>11</maven.compiler.source>
28
- <maven.compiler.target>11</maven.compiler.target>
+ <maven.compiler.source>17</maven.compiler.source>
+ <maven.compiler.target>17</maven.compiler.target>
29
30
- <java.version>11</java.version>
+ <java.version>17</java.version>
31
32
<spring.boot.version>2.5.13</spring.boot.version>
33
<spring.oauth2.jwt.version>1.1.1.RELEASE</spring.oauth2.jwt.version>
0 commit comments