소스 검색

Upgrade to Spring Boot 1.5.10

llissery 8 년 전
부모
커밋
271911cad9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml 파일 보기

@@ -8,7 +8,7 @@
8 8
     <parent>
9 9
         <groupId>org.springframework.boot</groupId>
10 10
         <artifactId>spring-boot-starter-parent</artifactId>
11
-        <version>1.5.9.RELEASE</version>
11
+        <version>1.5.10.RELEASE</version>
12 12
     </parent>
13 13
     <description>This application shows a few key concepts of
14 14
         Domain Driven Design implemented in Enterprise Java.