Skip to content

Commit 0a3a596

Browse files
committed
[TUT-46] 스프링부트 버전 업
1 parent 6199642 commit 0a3a596

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

springboot-jpa-many-to-many/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.1.8.RELEASE</version>
8+
<version>2.2.3.RELEASE</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.advenoh</groupId>
@@ -15,7 +15,7 @@
1515
<description>Demo project for Spring Boot</description>
1616

1717
<properties>
18-
<java.version>1.8</java.version>
18+
<java.version>14</java.version>
1919
</properties>
2020

2121
<dependencies>

0 commit comments

Comments
 (0)