Skip to content

Commit

Permalink
fix: upgrade polaris java to 1.15.8 (#1332)
Browse files Browse the repository at this point in the history
Co-authored-by: shedfreewu <[email protected]>
  • Loading branch information
shedfreewu and shedfreez authored Jul 8, 2024
1 parent 58beaf7 commit ec2837b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
- [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 NullPointerException when properties contain kv with null value.
- fix: upgrade polaris java to 1.15.8
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

<properties>
<!-- Project revision -->
<revision>1.13.2-2021.0.9</revision>
<revision>1.13.3-2021.0.9</revision>

<!-- Spring Framework -->
<spring.framework.version>5.3.31</spring.framework.version>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-tencent-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
</developers>

<properties>
<revision>1.13.2-2021.0.9</revision>
<revision>1.13.3-2021.0.9</revision>

<!-- Dependencies -->
<polaris.version>1.15.0</polaris.version>
<polaris.version>1.15.8</polaris.version>
<guava.version>32.0.1-jre</guava.version>
<logback.version>1.2.13</logback.version>
<springdoc.version>1.7.0</springdoc.version>
Expand Down
8 changes: 8 additions & 0 deletions spring-cloud-tencent-polaris-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@
<groupId>com.tencent.polaris</groupId>
<artifactId>polaris-assembly-factory</artifactId>
</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 -->

<dependency>
Expand Down

0 comments on commit ec2837b

Please sign in to comment.