Skip to content

Commit ec41421

Browse files
committed
upgrade compile compatibility (Issue #905)
1 parent 71d2cac commit ec41421

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
@@ -109,8 +109,8 @@
109109
<artifactId>maven-compiler-plugin</artifactId>
110110
<version>3.8.1</version>
111111
<configuration>
112-
<source>11</source>
113-
<target>11</target>
112+
<source>17</source>
113+
<target>17</target>
114114
</configuration>
115115
</plugin>
116116
<!-- Testing JUnit 5 -->

0 commit comments

Comments
 (0)