build(deps): bump guava from 31.0.1-jre to 32.0.0-jre in /spring-cloud-tencent-dependencies (#1036)

* build(deps): bump guava in /spring-cloud-tencent-dependencies

Bumps [guava](https://github.com/google/guava) from 31.0.1-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...



* update CHANGELOG.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1039/head
Haotian Zhang 1 year ago committed by GitHub
parent c50f7e3d02
commit 0759a8f9dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,8 @@
- [feat:refactor SDKContext as static.](https://github.com/Tencent/spring-cloud-tencent/pull/1005) - [feat:refactor SDKContext as static.](https://github.com/Tencent/spring-cloud-tencent/pull/1005)
- [docs:add release GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/1008) - [docs:add release GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/1008)
- [docs:update Polaris test environment ip.](https://github.com/Tencent/spring-cloud-tencent/pull/1011) - [docs:update Polaris test environment ip.](https://github.com/Tencent/spring-cloud-tencent/pull/1011)
- [feat:sct-all package is now available as a shaded uber-jar.](https://github.com/Tencent/spring-cloud-tencent/pull/1016) - [feat:sct-all package is now available as a shaded uber-jar.](https://github.com/Tencent/spring-cloud-tencent/pull/1018)
- [fix:fix custom fallback exception.](https://github.com/Tencent/spring-cloud-tencent/pull/1021) - [fix:fix custom fallback exception.](https://github.com/Tencent/spring-cloud-tencent/pull/1021)
- [feat:sct-all package is now available as a shaded uber-jar.](https://github.com/Tencent/spring-cloud-tencent/pull/1026) - [feat:sct-all package is now available as a shaded uber-jar.](https://github.com/Tencent/spring-cloud-tencent/pull/1026)
- [fix:use path parameter in `@FeignClient` for circuit-breaker.](https://github.com/Tencent/spring-cloud-tencent/pull/1030) - [fix:use path parameter in `@FeignClient` for circuit-breaker.](https://github.com/Tencent/spring-cloud-tencent/pull/1030)
- [build(deps): bump guava in /spring-cloud-tencent-dependencies](https://github.com/Tencent/spring-cloud-tencent/pull/1036)

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

Loading…
Cancel
Save