commit 650ca1d9600c5dba9b4312efcbb53f76fc74fbf2
parent 35922ed181a0e3b84fe83c501310a0f01c29b494
Author: Wim Dupont <wim@wimdupont.com>
Date: Fri, 8 Apr 2022 17:21:19 +0200
version bump
Former-commit-id: a65432b303461b9eeea4c03dc1d39258f563fdbe
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.6.4</version>
+ <version>2.6.6</version>
</parent>
<groupId>com.wimdupont</groupId>
<artifactId>personalweb</artifactId>
@@ -114,7 +114,7 @@
<plugin>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-maven-plugin</artifactId>
- <version>8.5.4</version>
+ <version>8.5.7</version>
<configuration>
<url>jdbc:mariadb://localhost:3306/sxcyweb</url>
<!-- Run mvn flwyway plugin commands with following parameters: -->