Skip to content

Commit

Permalink
Upgrade to Spring Boot 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed May 15, 2020
1 parent adc2e59 commit 374459f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion initializr-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<commons-text.version>1.8</commons-text.version>
<maven.version>3.6.1</maven.version>
<maven-resolver.version>1.3.3</maven-resolver.version>
<spring-boot.version>2.2.7.RELEASE</spring-boot.version>
<spring-boot.version>2.3.0.RELEASE</spring-boot.version>
<spring-cloud-contract.version>2.1.1.RELEASE</spring-cloud-contract.version>
</properties>
<scm>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,6 @@ initializr:
id: 1.5.17.RELEASE
default: false

server:
error:
include-message: always

0 comments on commit 374459f

Please sign in to comment.