Skip to content

Commit 3d6a927

Browse files
committed
Upgrade to Spring Boot 2.1.6
1 parent bc8201c commit 3d6a927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/java-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ First, create an app on Heroku, which prepares Heroku to receive your source cod
129129

130130
When you create an app, a Git remote (named `heroku`) is also created and associated with your local Git repository.
131131

132-
By default, Heroku generates a random name (in this case `warm-eyrie-9006`) for your app. You can pass a parameter to specify your own app name.
132+
By default, Heroku generates a random name for your app. You can pass a parameter to specify your own app name.
133133

134134
Now deploy your code:
135135

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.1.3.RELEASE</version>
13+
<version>2.1.6.RELEASE</version>
1414
<relativePath/>
1515
</parent>
1616
<name>java-getting-started</name>

0 commit comments

Comments
 (0)