Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
hogwarts
Gs Spring Boot
Commits
bb71b959
Unverified
Commit
bb71b959
authored
7 years ago
by
Greg Turnquist
Browse files
Options
Download
Email Patches
Plain Diff
Upgrade to Spring Boot 1.5.5.RELEASE
parent
b2add941
main
2.1.6.RELEASE
2.1.4.RELEASE
2.1.3.RELEASE
2.0.8.RELEASE
2.0.5.RELEASE
2.0.3.RELEASE
2.0.2.RELEASE
2.0.1.RELEASE
2.0.0.RELEASE
1.5.10.RELEASE
1.5.9.RELEASE
1.5.5.RELEASE
finchley.sr2
edgware.sr2
edgware.release
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.adoc
+1
-1
README.adoc
complete/build.gradle
+1
-1
complete/build.gradle
complete/pom.xml
+1
-1
complete/pom.xml
initial/build.gradle
+1
-1
initial/build.gradle
initial/pom.xml
+1
-1
initial/pom.xml
with
5 additions
and
5 deletions
+5
-5
README.adoc
+
1
-
1
View file @
bb71b959
...
...
@@ -2,7 +2,7 @@
tags: [spring-boot, groovy, test]
projects: [spring-boot]
---
:spring_boot_version: 1.5.
3
.RELEASE
:spring_boot_version: 1.5.
5
.RELEASE
:spring-boot: https://github.com/spring-projects/spring-boot
:toc:
:icons: font
...
...
This diff is collapsed.
Click to expand it.
complete/build.gradle
+
1
-
1
View file @
bb71b959
...
...
@@ -3,7 +3,7 @@ buildscript {
mavenCentral
()
}
dependencies
{
classpath
(
"org.springframework.boot:spring-boot-gradle-plugin:1.5.
3
.RELEASE"
)
classpath
(
"org.springframework.boot:spring-boot-gradle-plugin:1.5.
5
.RELEASE"
)
}
}
...
...
This diff is collapsed.
Click to expand it.
complete/pom.xml
+
1
-
1
View file @
bb71b959
...
...
@@ -10,7 +10,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
1.5.
3
.RELEASE
</version>
<version>
1.5.
5
.RELEASE
</version>
</parent>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
initial/build.gradle
+
1
-
1
View file @
bb71b959
...
...
@@ -3,7 +3,7 @@ buildscript {
mavenCentral
()
}
dependencies
{
classpath
(
"org.springframework.boot:spring-boot-gradle-plugin:1.5.
3
.RELEASE"
)
classpath
(
"org.springframework.boot:spring-boot-gradle-plugin:1.5.
5
.RELEASE"
)
}
}
...
...
This diff is collapsed.
Click to expand it.
initial/pom.xml
+
1
-
1
View file @
bb71b959
...
...
@@ -10,7 +10,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
1.5.
3
.RELEASE
</version>
<version>
1.5.
5
.RELEASE
</version>
</parent>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets