We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f722b commit d5c7a98Copy full SHA for d5c7a98
udacity-jwdnd-c1-l3-html-templates-master/pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>2.2.6.RELEASE</version>
+ <version>3.3.5</version>
9
<relativePath/> <!-- lookup parent from repository -->
10
</parent>
11
<groupId>com.example</groupId>
@@ -15,7 +15,7 @@
15
<description>Demo project for Spring Boot</description>
16
17
<properties>
18
- <java.version>11</java.version>
+ <java.version>21</java.version>
19
</properties>
20
21
<dependencies>
0 commit comments