Skip to content

Commit

Permalink
chore(deps): bump com.google.guava:guava from 31.1-jre to 32.0.0-jre …
Browse files Browse the repository at this point in the history
…in /java (#756)

* chore(deps): bump com.google.guava:guava in /java

Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.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
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: remove approval review count requirement as it's hard to collect enough valid reviews for many languages: Golang, C++, Rust, etc

Signed-off-by: Li Zhanhui <[email protected]>

* fix: upgrade protobuf version to align with guava that is vulnerability-free

Signed-off-by: Li Zhanhui <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Li Zhanhui <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Li Zhanhui <[email protected]>
  • Loading branch information
dependabot[bot] and lizhanhui committed Jun 13, 2024
1 parent cc15eaf commit c8a685d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ github:
required_pull_request_reviews:
dismiss_stale_reviews: true
require_code_owner_reviews: false
required_approving_review_count: 1
required_status_checks:
contexts:
- codespell-check
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
-->
<rocketmq-proto.version>2.0.3</rocketmq-proto.version>
<annotations-api.version>6.0.53</annotations-api.version>
<protobuf.version>3.21.7</protobuf.version>
<protobuf.version>3.24.4</protobuf.version>
<grpc.version>1.50.0</grpc.version>
<guava.version>31.1-jre</guava.version>
<guava.version>32.0.0-jre</guava.version>
<slf4j.version>1.7.30</slf4j.version>
<logback.version>1.2.9</logback.version>
<commons-lang3.version>3.4</commons-lang3.version>
Expand Down Expand Up @@ -411,4 +411,4 @@
<developerConnection>scm:git:[email protected]:apache/rocketmq-clients.git</developerConnection>
<tag>HEAD</tag>
</scm>
</project>
</project>

0 comments on commit c8a685d

Please sign in to comment.