Skip to content

Commit 43e0308

Browse files
committed
Updated mvn compiler to 21
1 parent 9c6ee0a commit 43e0308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@
161161
<artifactId>maven-compiler-plugin</artifactId>
162162
<version>3.8.0</version>
163163
<configuration>
164-
<source>17</source>
165-
<target>17</target>
164+
<source>21</source>
165+
<target>21</target>
166166
</configuration>
167167
</plugin>
168168
</plugins>
169169
</build>
170-
</project>
170+
</project>

0 commit comments

Comments
 (0)