Skip to content

Commit 379aa69

Browse files
committed
Upgrade to Spring Boot 2.1.4.RELEASE.
1 parent a8c96d1 commit 379aa69

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:spring_boot_version: 2.1.3.RELEASE
1+
:spring_boot_version: 2.1.4.RELEASE
22
:toc:
33
:icons: font
44
:source-highlighter: prettify
@@ -91,7 +91,7 @@ You should see the following output:
9191
== Summary
9292
Congratulations! You've just used Spring to develop a simple JDBC client.
9393

94-
NOTE: Spring Boot has many features for configuring and customizing the connection pool, for instance to connect to an external database instead of an in-memory one. Please refer to the https://docs.spring.io/spring-boot/docs/2.1.3.RELEASE/reference/htmlsingle/#boot-features-configure-datasource[User Guide] for more detail.
94+
NOTE: Spring Boot has many features for configuring and customizing the connection pool, for instance to connect to an external database instead of an in-memory one. Please refer to the http://docs.spring.io/spring-boot/docs/2.1.4.RELEASE/reference/htmlsingle/#boot-features-configure-datasource[User Guide] for more detail.
9595

9696
== See Also
9797

complete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.1.3.RELEASE")
6+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.1.4.RELEASE")
77
}
88
}
99

complete/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.4.RELEASE</version>
1414
</parent>
1515

1616
<properties>

initial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.1.3.RELEASE")
6+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.1.4.RELEASE")
77
}
88
}
99

initial/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.4.RELEASE</version>
1414
</parent>
1515

1616
<properties>

0 commit comments

Comments
 (0)