personalweb

Archived
git clone git://git.wimdupont.com/personalweb.git
Log | Files | Refs | README | LICENSE

commit 9515f8567fa7e0febec29f55161a0783446f4f0e
parent a12a1fe1121807ac931c21d75a8c6cda28e5a719
Author: WimDupont <WimDupont@users.noreply.gitlab.com>
Date:   Fri,  5 Nov 2021 17:47:04 +0100

version bump


Former-commit-id: 809b84546a55f434e047589f8c03ed6877712314
Diffstat:
Mpom.xml | 4++--
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.5.4</version> + <version>2.5.6</version> </parent> <groupId>com.wimdupont</groupId> <artifactId>personalweb</artifactId> @@ -15,7 +15,7 @@ <properties> <java.version>11</java.version> - <flyway.maven.plugin.version>7.14.1</flyway.maven.plugin.version> + <flyway.maven.plugin.version>8.0.3</flyway.maven.plugin.version> <asciidoctorj.version>2.5.2</asciidoctorj.version> <rome.version>1.0</rome.version> <rome.rometools.version>1.16.0</rome.rometools.version>