Skip to content

Commit

Permalink
Use Java 17 in Maven integration tests
Browse files Browse the repository at this point in the history
Closes gh-34472
  • Loading branch information
philwebb committed Mar 3, 2023
1 parent 5c43e42 commit 4370757
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private File createTempDirectory() {

private Map<String, String> getPomReplacements() {
Map<String, String> replacements = new HashMap<>();
replacements.put("java.version", "1.8");
replacements.put("java.version", "17");
replacements.put("project.groupId", "org.springframework.boot");
replacements.put("project.artifactId", "spring-boot-maven-plugin");
replacements.putAll(new Versions().asMap());
Expand Down

0 comments on commit 4370757

Please sign in to comment.