From 6ea3d315c0d78520a6d66b137711c7cbee299c83 Mon Sep 17 00:00:00 2001 From: Jeremy White Date: Sun, 9 Feb 2020 09:49:39 +0100 Subject: [PATCH] Update spring-boot-starter-parent version, fixes #60 This is necessary for the project to run without runtime exceptions for missing class definitions --- ch01/tacos/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch01/tacos/pom.xml b/ch01/tacos/pom.xml index ba3e9b02..3a4242a7 100644 --- a/ch01/tacos/pom.xml +++ b/ch01/tacos/pom.xml @@ -16,7 +16,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.0.9.RELEASE