ソースを参照

Merge c08947b1b43374c193fe78f3c6a5b54d0d715a48 into 700be64d6f52f449cd218a7217e93490be962246

DanilSuits 8 年 前
コミット
07944a051e
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有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.10.RELEASE</version>
11
+        <version>1.5.11.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.