[general] Update Spring boot to 2.6 and dependencies

This commit is contained in:
Dom Eori
2022-04-10 04:34:33 +09:00
parent e8ae2d5ebc
commit a9b6a6bfa2
3 changed files with 4 additions and 12 deletions

12
pom.xml
View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.10</version>
<version>2.6.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>icu.samnya</groupId>
@@ -46,7 +46,6 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.74.Final</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
@@ -77,13 +76,6 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>8.3.0</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-mysql</artifactId>
<version>8.3.0</version>
</dependency>
<dependency>
@@ -124,7 +116,7 @@
<plugin>
<groupId>io.github.fvarrui</groupId>
<artifactId>javapackager</artifactId>
<version>1.6.5</version>
<version>1.6.6</version>
<executions>
<execution>
<phase>package</phase>