From 374459f80047dc0934828718f2acedf9fbe3b4f9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 May 2020 10:35:40 +0200 Subject: [PATCH] Upgrade to Spring Boot 2.3.0 --- initializr-parent/pom.xml | 2 +- initializr-web/src/test/resources/application-test-default.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/initializr-parent/pom.xml b/initializr-parent/pom.xml index dffc876e..eed96590 100644 --- a/initializr-parent/pom.xml +++ b/initializr-parent/pom.xml @@ -19,7 +19,7 @@ 1.8 3.6.1 1.3.3 - 2.2.7.RELEASE + 2.3.0.RELEASE 2.1.1.RELEASE diff --git a/initializr-web/src/test/resources/application-test-default.yml b/initializr-web/src/test/resources/application-test-default.yml index 3968e931..948dc2b0 100644 --- a/initializr-web/src/test/resources/application-test-default.yml +++ b/initializr-web/src/test/resources/application-test-default.yml @@ -161,3 +161,6 @@ initializr: id: 1.5.17.RELEASE default: false +server: + error: + include-message: always