Skip to content

Commit fbf69ac

Browse files
authored
Update min Java version (#1432)
1 parent 5e9bf73 commit fbf69ac

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
@@ -48,8 +48,8 @@
4848
<artifactId>maven-compiler-plugin</artifactId>
4949
<version>3.13.0</version>
5050
<configuration>
51-
<source>1.8</source>
52-
<target>1.8</target>
51+
<source>11</source>
52+
<target>11</target>
5353
</configuration>
5454
</plugin>
5555
<plugin>

0 commit comments

Comments
 (0)