Skip to content

Commit a569a55

Browse files
authored
Merge pull request #1274 from gounthar/chore/jdk21-compiler-target
Update compiler target from JDK 17 to JDK 21
2 parents 33bc26d + 6696c65 commit a569a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<artifactId>maven-compiler-plugin</artifactId>
2727
<version>3.14.1</version>
2828
<configuration>
29-
<release>17</release>
29+
<release>21</release>
3030
</configuration>
3131
</plugin>
3232
</plugins>

0 commit comments

Comments
 (0)