Skip to content

Commit 5ae0785

Browse files
Bump spring-boot-starter-parent from 2.0.4.RELEASE to 2.1.1.RELEASE
Bumps spring-boot-starter-parent from 2.0.4.RELEASE to 2.1.1.RELEASE. Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 9f8b9a6 commit 5ae0785

22 files changed

Lines changed: 22 additions & 23 deletions

File tree

chapter01/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.0.4.RELEASE</version> <!--2-->
15+
<version>2.1.1.RELEASE</version> <!--2-->
1616
<relativePath/> <!-- lookup parent from repository -->
1717
</parent>
1818

chapter02/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.0.4.RELEASE</version> <!--2-->
15+
<version>2.1.1.RELEASE</version> <!--2-->
1616
<relativePath/> <!-- lookup parent from repository -->
1717
</parent>
1818

chapter03-jdbc/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.0.4.RELEASE
16-
</version> <!-- Sticking with 2.0.0.RELEASE for now. Problem with GeneratedKeyHolder in 2.0.1.RELEASE and higher. -->
15+
<version>2.1.1.RELEASE</version> <!-- Sticking with 2.0.0.RELEASE for now. Problem with GeneratedKeyHolder in 2.0.1.RELEASE and higher. -->
1716
<relativePath/> <!-- lookup parent from repository -->
1817
</parent>
1918

chapter03-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.0.4.RELEASE</version>
15+
<version>2.1.1.RELEASE</version>
1616
<relativePath/> <!-- lookup parent from repository -->
1717
</parent>
1818

chapter04/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.0.4.RELEASE</version>
14+
<version>2.1.1.RELEASE</version>
1515
<relativePath/> <!-- lookup parent from repository -->
1616
</parent>
1717

chapter05/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.0.4.RELEASE</version>
14+
<version>2.1.1.RELEASE</version>
1515
<relativePath/> <!-- lookup parent from repository -->
1616
</parent>
1717

chapter06/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.0.4.RELEASE</version>
15+
<version>2.1.1.RELEASE</version>
1616
<relativePath/>
1717
</parent>
1818

chapter07/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.0.4.RELEASE</version>
15+
<version>2.1.1.RELEASE</version>
1616
<relativePath/>
1717
</parent>
1818

chapter08/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.0.4.RELEASE</version>
15+
<version>2.1.1.RELEASE</version>
1616
<relativePath/>
1717
</parent>
1818

chapter09-flow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>2.0.4.RELEASE</version>
18+
<version>2.1.1.RELEASE</version>
1919
<relativePath /> <!-- lookup parent from repository -->
2020
</parent>
2121

0 commit comments

Comments
 (0)