JAVA-4802: Upgrade parent-spring-5 to the latest version of Spring 5

This commit is contained in:
sampadawagde 2021-03-11 16:53:44 +05:30
parent 13970d355b
commit bd81992f66
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
</dependencies>
<properties>
<spring.version>5.2.8.RELEASE</spring.version>
<spring.version>5.3.3</spring.version>
<spring-security.version>5.2.3.RELEASE</spring-security.version>
<spring-boot-starter-test.version>1.5.10.RELEASE</spring-boot-starter-test.version>
</properties>

View File

@ -11,7 +11,7 @@
<groupId>com.baeldung</groupId>
<artifactId>parent-spring-5</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>parent-spring-5/pom.xml</relativePath>
<relativePath>../../parent-spring-5</relativePath>
</parent>
<dependencies>