Skip to content

Commit 1c02e8a

Browse files
author
曼陀罗
committed
chore(deps): 更新依赖版本并添加新依赖
- 移除旧的 nacos.client.version 配置- 添加 gateway.version 配置- 更新 swagger.core.version 至2.2.39- 添加 spring-cloud-gateway-server依赖项 -重新排序部分依赖配置项位置 - 保持 Java 编译源码和目标版本为 17
1 parent 1905bcf commit 1c02e8a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pig-common/pig-common-bom/pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
<sms.version>3.3.5</sms.version>
2121
<screw.version>0.0.3</screw.version>
2222
<aws.version>2.29.45</aws.version>
23-
<nacos.client.version>3.1.0</nacos.client.version>
2423
<mysql.version>9.2.0</mysql.version>
2524
<seata.version>1.7.0</seata.version>
2625
<excel.version>3.4.2</excel.version>
2726
<hutool.version>5.8.41</hutool.version>
2827
<velocity.version>2.4</velocity.version>
2928
<captcha.version>2.2.5</captcha.version>
3029
<knife4j.version>4.5.0</knife4j.version>
30+
<gateway.version>4.3.2</gateway.version>
3131
<sentinel.version>1.8.4</sentinel.version>
3232
<git.commit.plugin>9.0.1</git.commit.plugin>
3333
<springdoc.version>2.8.13</springdoc.version>
@@ -36,9 +36,10 @@
3636
<swagger.fox.version>3.0.0</swagger.fox.version>
3737
<maven.compiler.source>17</maven.compiler.source>
3838
<maven.compiler.target>17</maven.compiler.target>
39+
<nacos.client.version>3.1.0</nacos.client.version>
3940
<velocity.tool.version>3.1</velocity.tool.version>
4041
<configuration.version>1.10</configuration.version>
41-
<swagger.core.version>2.2.37</swagger.core.version>
42+
<swagger.core.version>2.2.39</swagger.core.version>
4243
<mybatis-plus.version>3.5.14</mybatis-plus.version>
4344
<shardingsphere.version>5.4.1</shardingsphere.version>
4445
<fastjson.version>1.2.83_noneautotype</fastjson.version>
@@ -182,6 +183,11 @@
182183
<artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
183184
<version>${dynamic-ds.version}</version>
184185
</dependency>
186+
<dependency>
187+
<groupId>org.springframework.cloud</groupId>
188+
<artifactId>spring-cloud-gateway-server</artifactId>
189+
<version>${gateway.version}</version>
190+
</dependency>
185191
<!-- 短信工具:https://sms4j.com -->
186192
<dependency>
187193
<groupId>org.dromara.sms4j</groupId>

0 commit comments

Comments
 (0)