commit 150edb76ada6b01960874ba2636ce68843c913c2
parent b4503e11d08e1c4107c60d056bc5ee67e0f160a8
Author: WimDupont <WimDupont@users.noreply.gitlab.com>
Date: Sun, 23 Jan 2022 12:31:42 +0100
JDK17 + version bump
Former-commit-id: 5a720254c6a4112ad9f32e029cd6be3cece96456
Diffstat:
1 file changed, 5 insertions(+), 5 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.2</version>
+ <version>2.6.3</version>
</parent>
<groupId>com.wimdupont</groupId>
<artifactId>personalweb</artifactId>
@@ -14,10 +14,10 @@
<description>Wim Dupont's personal website</description>
<properties>
- <java.version>11</java.version>
- <asciidoctorj.version>2.5.2</asciidoctorj.version>
+ <java.version>17</java.version>
+ <asciidoctorj.version>2.5.3</asciidoctorj.version>
<rome.version>1.0</rome.version>
- <rome.rometools.version>1.17.0</rome.rometools.version>
+ <rome.rometools.version>1.18.0</rome.rometools.version>
</properties>
<dependencies>
@@ -114,7 +114,7 @@
<plugin>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-maven-plugin</artifactId>
- <version>8.3.0</version>
+ <version>8.4.2</version>
<configuration>
<url>jdbc:mariadb://localhost:3306/sxcyweb</url>
<!-- Run mvn flwyway plugin commands with following parameters: -->