Skip to content

Commit 79d64af

Browse files
committed
Upgrade tests to use Java 17
1 parent 262174a commit 79d64af

File tree

1 file changed

+1
-1
lines changed
  • spring-javaformat/spring-javaformat-formatter-tests

1 file changed

+1
-1
lines changed

spring-javaformat/spring-javaformat-formatter-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>Spring JavaFormat Formatter Tests</name>
1313
<properties>
1414
<main.basedir>${basedir}/../..</main.basedir>
15-
<java.version>11</java.version>
15+
<java.version>17</java.version>
1616
</properties>
1717
<dependencies>
1818
<!-- Compile -->

0 commit comments

Comments
 (0)