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 d890a9dCopy full SHA for d890a9d
udacity-jwdnd-c1-l2-spring-ioc-config-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.7.RELEASE</version>
+ <version>3.3.5</version>
9
<relativePath/> <!-- lookup parent from repository -->
10
</parent>
11
<groupId>com.udacity.jwdnd.C1.L2</groupId>
@@ -15,7 +15,7 @@
15
<description>Demo project for Spring Boot</description>
16
17
<properties>
18
- <java.version>1.8</java.version>
+ <java.version>21</java.version>
19
</properties>
20
21
<dependencies>
0 commit comments