Skip to content

Commit a88fa29

Browse files
JDK 21
1 parent a39c129 commit a88fa29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<properties>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30-
<jdk.version>17</jdk.version>
30+
<jdk.version>21</jdk.version>
3131

3232
<slf4j.version>2.0.17</slf4j.version>
3333
<jetbrains-annotation.version>26.0.2</jetbrains-annotation.version>
@@ -126,7 +126,7 @@
126126
</executions>
127127
<configuration>
128128
<quiet>true</quiet>
129-
<release>17</release>
129+
<release>21</release>
130130
<tags>
131131
<!-- workaround for "unknown tag: implNote", see https://blog.codefx.org/java/new-javadoc-tags/#Maven -->
132132
<tag>

0 commit comments

Comments
 (0)