Skip to content

Commit

Permalink
Bump to Spring Boot 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sonOfRa committed Dec 5, 2022
1 parent a46e51d commit b2e94ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.3</version>
<version>2.7.5</version>
<relativePath />
</parent>

Expand Down
Expand Up @@ -252,7 +252,7 @@ public static class ImportFilesProperties {
private final boolean includeHiddenFiles;

public ImportFilesProperties(Collection<String> locations,
@DefaultValue("") Collection<String> excludes,
@DefaultValue Collection<String> excludes,
@DefaultValue("false") boolean includeHiddenFiles) {
this.locations = locations;
this.excludes = excludes;
Expand Down
Expand Up @@ -60,7 +60,7 @@ public static class NormalizationFilesProperties {
private final String outputDirectory;

public NormalizationFilesProperties(Collection<String> inputLocations,
@DefaultValue("") Collection<String> excludes,
@DefaultValue Collection<String> excludes,
@DefaultValue("false") boolean includeHiddenFiles,
String outputDirectory) {
this.inputLocations = inputLocations;
Expand Down

0 comments on commit b2e94ff

Please sign in to comment.