This is an automated email from the ASF dual-hosted git repository. dinglei pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push: new fbfc066695 Bump guava version from 31.1-jre to 32.0.1-jre (#7681) fbfc066695 is described below commit fbfc066695fe5485b116284b5eafb0e9decef87c Author: rongtong <jinrongto...@163.com> AuthorDate: Wed Dec 20 11:49:20 2023 +0800 Bump guava version from 31.1-jre to 32.0.1-jre (#7681) --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 57fb1b4083..49c92d2fa0 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ <jna.version>4.2.2</jna.version> <commons-lang3.version>3.12.0</commons-lang3.version> <commons-io.version>2.7</commons-io.version> - <guava.version>31.1-jre</guava.version> + <guava.version>32.0.1-jre</guava.version> <gson.version>2.9.0</gson.version> <openmessaging.version>0.3.1-alpha</openmessaging.version> <snakeyaml.version>2.0</snakeyaml.version> @@ -893,6 +893,10 @@ <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </exclusion> + <exclusion> + <groupId>com.google.j2objc</groupId> + <artifactId>j2objc-annotations</artifactId> + </exclusion> </exclusions> </dependency> <dependency>