fix:update guava version. (#1041)

pull/1048/head
Haotian Zhang 1 year ago committed by GitHub
parent 6264476485
commit 75e2706684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,3 +15,4 @@
- [fix:use path parameter in `@FeignClient` for circuit-breaker.](https://github.com/Tencent/spring-cloud-tencent/pull/1029)
- [build(deps): bump guava in /spring-cloud-tencent-dependencies](https://github.com/Tencent/spring-cloud-tencent/pull/1034)
- [fix:fix reporting bug when port is -1.](https://github.com/Tencent/spring-cloud-tencent/pull/1038)
- [fix:update guava version.](https://github.com/Tencent/spring-cloud-tencent/pull/1041)

@ -74,7 +74,7 @@
<!-- Dependencies -->
<polaris.version>1.13.0-SNAPSHOT</polaris.version>
<guava.version>32.0.0-jre</guava.version>
<guava.version>32.0.1-jre</guava.version>
<logback.version>1.2.11</logback.version>
<mocktio.version>4.5.1</mocktio.version>
<byte-buddy.version>1.12.10</byte-buddy.version>

Loading…
Cancel
Save