From e6742d5e631b755f2c460f4ac898859a9238d6a4 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Tue, 8 Sep 2020 22:46:54 +0300 Subject: [PATCH] Downgrade spring-boot-starter-parent version Signed-off-by: Pekka Helenius --- exercises/chapter_0/chapter0_helloworld/pom.xml | 2 +- exercises/chapter_1/chapter1_httprequest/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/chapter_0/chapter0_helloworld/pom.xml b/exercises/chapter_0/chapter0_helloworld/pom.xml index a3e5bcb..dbb8e95 100644 --- a/exercises/chapter_0/chapter0_helloworld/pom.xml +++ b/exercises/chapter_0/chapter0_helloworld/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.3.RELEASE + 2.2.4.RELEASE com.fjordtek diff --git a/exercises/chapter_1/chapter1_httprequest/pom.xml b/exercises/chapter_1/chapter1_httprequest/pom.xml index 5555e3a..bd7d4c9 100644 --- a/exercises/chapter_1/chapter1_httprequest/pom.xml +++ b/exercises/chapter_1/chapter1_httprequest/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.3.RELEASE + 2.2.4.RELEASE com.fjordtek