Skip to content

Commit

Permalink
Upgrade to Spring Boot 2.4.2
Browse files Browse the repository at this point in the history
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 spring-projects/spring-boot#24576
  • Loading branch information
Artur- committed Jan 11, 2021
1 parent 67d3e1c commit af44065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0</version>
<version>2.4.2</version>
</parent>

<repositories>
Expand Down

0 comments on commit af44065

Please sign in to comment.