aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2021-06-15 18:46:41 +0300
committerGravatar Vitaly Takmazov2021-06-15 18:46:41 +0300
commit48435ec0110aa149303775e4687ac2e71aa92075 (patch)
tree4371517c408183e6b639d01a44da4531c6fe9996 /pom.xml
parentde8ba6bf9e343ad4e08241ab727152958f023869 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f5658c10..8c5c8da6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>