Skip to content

Commit b6b41c0

Browse files
committed
Upgrade from Java 17 to Java 21
1 parent 9b2843f commit b6b41c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@
181181
<artifactId>maven-compiler-plugin</artifactId>
182182
<version>${maven-compiler-plugin.version}</version>
183183
<configuration>
184-
<source>17</source>
185-
<target>17</target>
184+
<source>21</source>
185+
<target>21</target>
186186
</configuration>
187187
</plugin>
188188

0 commit comments

Comments
 (0)