mirror of https://gitee.com/xiaonuobase/snowy
【升级】升级maven依赖项,可能会有重复引用问题,此提交需要测试
parent
410013a669
commit
17bdad85bc
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
|||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.5.4</version>
|
||||
<version>2.7.4</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<mybatis.plus.version>3.5.2</mybatis.plus.version>
|
||||
<easy.trans.version>2.0.3</easy.trans.version>
|
||||
<commons.pool2.version>2.11.1</commons.pool2.version>
|
||||
<hutool.version>5.7.22</hutool.version>
|
||||
<hutool.version>5.8.8</hutool.version>
|
||||
<pinyin.version>2.5.1</pinyin.version>
|
||||
<ip2region.version>2.6.3</ip2region.version>
|
||||
<knife4j.version>2.0.9</knife4j.version>
|
||||
|
|
|
@ -70,4 +70,4 @@
|
|||
<version>${just.auth.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -127,7 +127,7 @@
|
|||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>2.5.4</version>
|
||||
<version>2.7.4</version>
|
||||
<configuration>
|
||||
<includeSystemScope>true</includeSystemScope>
|
||||
</configuration>
|
||||
|
@ -141,4 +141,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue