Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7fe1d2d

Browse files
committedOct 8, 2021
Upgrade: SB 2.5.5 and Java 17
1 parent f9a3deb commit 7fe1d2d

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
@@ -14,14 +14,14 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.4.3</version>
17+
<version>2.5.5</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
24-
<java.version>15</java.version>
24+
<java.version>17</java.version>
2525
</properties>
2626

2727
<dependencies>

0 commit comments

Comments
 (0)
Please sign in to comment.