BAEL-20663: Upgrade Spring Framework version to 5.2.2

This commit is contained in:
Krzysztof Woyke 2020-01-10 15:25:12 +01:00
parent 5e3638010d
commit 80aa878f3c
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@
<properties>
<start-class>com.baeldung.sample.App</start-class>
<!-- Spring -->
<org.springframework.version>5.0.6.RELEASE</org.springframework.version>
<org.springframework.version>5.2.2.RELEASE</org.springframework.version>
<annotation-api.version>1.3.2</annotation-api.version>
<!-- persistence -->
<hibernate.version>5.2.5.Final</hibernate.version>