From d473d230a7524869e17fd5de7af1f24343c3f6f4 Mon Sep 17 00:00:00 2001 From: Artur Date: Fri, 15 Jan 2021 08:42:49 +0200 Subject: [PATCH] Upgrade to Spring Boot 2.4.2 (#454) This removes the following message on startup from all new projects ``` [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html ``` See https://github.com/spring-projects/spring-boot/issues/24576 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7815a870..0be30444 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.springframework.boot spring-boot-starter-parent - 2.4.0 + 2.4.2