diff options
author | Vitaly Takmazov | 2021-06-15 18:46:41 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-06-15 18:46:41 +0300 |
commit | 48435ec0110aa149303775e4687ac2e71aa92075 (patch) | |
tree | 4371517c408183e6b639d01a44da4531c6fe9996 /pom.xml | |
parent | de8ba6bf9e343ad4e08241ab727152958f023869 (diff) |
Bump Spring Boot to 2.5.1
* Initial db schema must be a flyway migration step
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.5.0</version> + <version>2.5.1</version> <relativePath /> </parent> <groupId>com.juick</groupId> |