Marten Deinum 8 лет назад
Родитель
Сommit
660f820b3a
Аккаунт пользователя с таким Email не найден
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.8.RELEASE</version>
11
+        <version>1.5.9.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.