GITLAB
rvangrev
/
spring-persistence
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
7f1b49190be3eb6cf0dbc36b5f7d8f20e730fe7f
Authored by
jcartign
2016-09-15 11:14:30 +0200
1 parent
b05bb47c
updating to spring boot 1.4.0
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
pom.xml
Inline
Side-by-side
pom.xml
Wrap text
Show/Hide comments
View file @
7f1b491
...
...
@@ -11,7 +11,7 @@
11
11
<parent>
12
12
<groupId>org.springframework.boot</groupId>
13
13
<artifactId>spring-boot-starter-parent</artifactId>
14
- <version>1.
3.6
.RELEASE</version>
14
+ <version>1.
4.0
.RELEASE</version>
15
15
</parent>
16
16
17
17
<dependencies>
...
...