We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6199642 commit 0a3a596Copy full SHA for 0a3a596
1 file changed
springboot-jpa-many-to-many/pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>2.1.8.RELEASE</version>
+ <version>2.2.3.RELEASE</version>
9
<relativePath/> <!-- lookup parent from repository -->
10
</parent>
11
<groupId>com.advenoh</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>14</java.version>
19
</properties>
20
21
<dependencies>
0 commit comments