From 7da805633a1ef8fcec1f2e848c526d80fb700ee1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 05:16:52 +0000 Subject: [PATCH] Bump spring-boot-starter-parent from 2.0.4.RELEASE to 2.4.5 Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.0.4.RELEASE to 2.4.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.0.4.RELEASE...v2.4.5) Signed-off-by: dependabot-preview[bot] --- chapter01/pom.xml | 2 +- chapter02/pom.xml | 2 +- chapter03-jdbc/pom.xml | 2 +- chapter03-jpa/pom.xml | 2 +- chapter04/pom.xml | 2 +- chapter05/pom.xml | 2 +- chapter06/pom.xml | 2 +- chapter07/pom.xml | 2 +- chapter08/pom.xml | 2 +- chapter09-flow/pom.xml | 2 +- chapter09/pom.xml | 2 +- chapter10/pom.xml | 2 +- chapter11-12-cassandra/pom.xml | 2 +- chapter11-12-mongodb/pom.xml | 2 +- chapter13/pom.xml | 2 +- chapter14-greettings/pom.xml | 2 +- chapter14/pom.xml | 2 +- chapter15/pom.xml | 2 +- chapter16/pom.xml | 2 +- chapter17/pom.xml | 2 +- chapter18/pom.xml | 2 +- chapter19/pom.xml | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/chapter01/pom.xml b/chapter01/pom.xml index 581d6c07..54afc735 100644 --- a/chapter01/pom.xml +++ b/chapter01/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter02/pom.xml b/chapter02/pom.xml index 52f92cce..4235576d 100644 --- a/chapter02/pom.xml +++ b/chapter02/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter03-jdbc/pom.xml b/chapter03-jdbc/pom.xml index fd11cf0e..05afb03b 100644 --- a/chapter03-jdbc/pom.xml +++ b/chapter03-jdbc/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter03-jpa/pom.xml b/chapter03-jpa/pom.xml index 7765784b..6a0c0385 100644 --- a/chapter03-jpa/pom.xml +++ b/chapter03-jpa/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter04/pom.xml b/chapter04/pom.xml index 97321a6f..93416efb 100644 --- a/chapter04/pom.xml +++ b/chapter04/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter05/pom.xml b/chapter05/pom.xml index e514ee4e..73bf66b7 100644 --- a/chapter05/pom.xml +++ b/chapter05/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter06/pom.xml b/chapter06/pom.xml index 21c9abf3..4fd436a4 100644 --- a/chapter06/pom.xml +++ b/chapter06/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter07/pom.xml b/chapter07/pom.xml index dd51594d..d2cf07ef 100644 --- a/chapter07/pom.xml +++ b/chapter07/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter08/pom.xml b/chapter08/pom.xml index 6967b15b..b5051d73 100644 --- a/chapter08/pom.xml +++ b/chapter08/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter09-flow/pom.xml b/chapter09-flow/pom.xml index 914a25e1..6783930a 100644 --- a/chapter09-flow/pom.xml +++ b/chapter09-flow/pom.xml @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter09/pom.xml b/chapter09/pom.xml index f0d83d75..baabdb81 100644 --- a/chapter09/pom.xml +++ b/chapter09/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter10/pom.xml b/chapter10/pom.xml index d18cf1bc..7b93ffdc 100644 --- a/chapter10/pom.xml +++ b/chapter10/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter11-12-cassandra/pom.xml b/chapter11-12-cassandra/pom.xml index 2f206438..119d6fba 100644 --- a/chapter11-12-cassandra/pom.xml +++ b/chapter11-12-cassandra/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter11-12-mongodb/pom.xml b/chapter11-12-mongodb/pom.xml index eb4ecab2..b75eeddf 100644 --- a/chapter11-12-mongodb/pom.xml +++ b/chapter11-12-mongodb/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter13/pom.xml b/chapter13/pom.xml index 7a863024..4c66129c 100644 --- a/chapter13/pom.xml +++ b/chapter13/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter14-greettings/pom.xml b/chapter14-greettings/pom.xml index 30464616..76698e75 100644 --- a/chapter14-greettings/pom.xml +++ b/chapter14-greettings/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter14/pom.xml b/chapter14/pom.xml index bfad66c2..66e2f67d 100644 --- a/chapter14/pom.xml +++ b/chapter14/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter15/pom.xml b/chapter15/pom.xml index 0972ec7f..e0c0564d 100644 --- a/chapter15/pom.xml +++ b/chapter15/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter16/pom.xml b/chapter16/pom.xml index fd1eb60d..bb3a64ae 100644 --- a/chapter16/pom.xml +++ b/chapter16/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter17/pom.xml b/chapter17/pom.xml index aabf1898..9ae57adf 100644 --- a/chapter17/pom.xml +++ b/chapter17/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter18/pom.xml b/chapter18/pom.xml index ed5db836..1c09c152 100644 --- a/chapter18/pom.xml +++ b/chapter18/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5 diff --git a/chapter19/pom.xml b/chapter19/pom.xml index c1f0fc8c..35706cc8 100644 --- a/chapter19/pom.xml +++ b/chapter19/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.4.5