feat: upgraded spring boot vesion from 2.2.4 to 2.2.13 (#8381)

This commit is contained in:
Nayan 2021-10-11 15:58:37 +06:00 committed by GitHub
parent d42417ed48
commit 1fa4a175a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.2.13.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>