fix: upgrade polaris java to 1.15.8

pull/1332/head
shedfreewu 1 year ago
parent 58beaf7d2a
commit 1743cec947

@ -25,3 +25,4 @@
- [fix:fix swagger not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1224) - [fix:fix swagger not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1224)
- fix:fix restTemplateCustomizer bean conflict causing service to fail to start properly. - fix:fix restTemplateCustomizer bean conflict causing service to fail to start properly.
- fix:fix NullPointerException when properties contain kv with null value. - fix:fix NullPointerException when properties contain kv with null value.
- fix: upgrade polaris java to 1.15.8

@ -89,7 +89,7 @@
<properties> <properties>
<!-- Project revision --> <!-- Project revision -->
<revision>1.13.2-2021.0.9</revision> <revision>1.13.3-2021.0.9</revision>
<!-- Spring Framework --> <!-- Spring Framework -->
<spring.framework.version>5.3.31</spring.framework.version> <spring.framework.version>5.3.31</spring.framework.version>

@ -70,10 +70,10 @@
</developers> </developers>
<properties> <properties>
<revision>1.13.2-2021.0.9</revision> <revision>1.13.3-2021.0.9</revision>
<!-- Dependencies --> <!-- Dependencies -->
<polaris.version>1.15.0</polaris.version> <polaris.version>1.15.8</polaris.version>
<guava.version>32.0.1-jre</guava.version> <guava.version>32.0.1-jre</guava.version>
<logback.version>1.2.13</logback.version> <logback.version>1.2.13</logback.version>
<springdoc.version>1.7.0</springdoc.version> <springdoc.version>1.7.0</springdoc.version>

@ -104,6 +104,14 @@
<groupId>com.tencent.polaris</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>polaris-assembly-factory</artifactId> <artifactId>polaris-assembly-factory</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>polaris-circuitbreaker-factory</artifactId>
</dependency>
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>polaris-ratelimit-factory</artifactId>
</dependency>
<!-- Polaris dependencies end --> <!-- Polaris dependencies end -->
<dependency> <dependency>

Loading…
Cancel
Save