Skip to content

Commit

Permalink
Update SpringBoot to 2.2.0
Browse files Browse the repository at this point in the history
This avoids an annoying warning (and some unhelpful exceptions thrown &
caught) on starting the app:

eclipse-ee4j/glassfish-hk2#462

but probably also pulls in some security & other fixes, and generally
staying up to date seems like a good plan if it doesn't break anything.
  • Loading branch information
jogu committed Oct 19, 2019
1 parent dfc436a commit 7ba6211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.5.RELEASE</version>
<version>2.2.0.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit 7ba6211

Please sign in to comment.