Release 2.7.1

This commit is contained in:
hongqiaowei
2023-02-17 17:00:35 +08:00
parent 03dd2eee34
commit a5794cf081
9 changed files with 21 additions and 19 deletions

10
pom.xml
View File

@@ -10,8 +10,8 @@
<reactor-bom.version>Dysprosium-SR25</reactor-bom.version>
<lettuce.version>5.3.7.RELEASE</lettuce.version>
<nacos.cloud.version>2.2.7.RELEASE</nacos.cloud.version>
<netty.version>4.1.87.Final</netty.version>
<httpcore.version>4.4.15</httpcore.version>
<netty.version>4.1.89.Final</netty.version>
<httpcore.version>4.4.16</httpcore.version>
<log4j2.version>2.17.2</log4j2.version>
<slf4j.version>1.7.36</slf4j.version>
<apache.dubbo.version>2.7.7</apache.dubbo.version>
@@ -22,7 +22,7 @@
<r2dbc-mysql.version>0.8.2</r2dbc-mysql.version>
<reflections.version>0.9.11</reflections.version>
<commons-pool2.version>2.11.1</commons-pool2.version>
<netty-tcnative.version>2.0.56.Final</netty-tcnative.version>
<netty-tcnative.version>2.0.58.Final</netty-tcnative.version>
<spring-cloud.version>2.2.9.RELEASE</spring-cloud.version>
<snakeyaml.version>1.33</snakeyaml.version>
<spring-data-releasetrain.version>Moore-SR13</spring-data-releasetrain.version>
@@ -38,7 +38,7 @@
<artifactId>fizz-gateway-community</artifactId>
<name>${project.artifactId}</name>
<description>fizz gateway community</description>
<version>2.7.0</version>
<version>2.7.1</version>
<packaging>pom</packaging>
<modules>
<module>fizz-common</module>
@@ -344,7 +344,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>1.18.26</version>
</dependency>
<!-- grpc -->