This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1-lakehouse in repository https://gitbox.apache.org/repos/asf/doris.git
commit 00e395d43dda236aa0840137b378264bd9fb33d7 Author: morningman <morning...@163.com> AuthorDate: Sat Feb 15 10:55:14 2025 +0800 [tmp] downgrade guavatest to 32.1.2 to avoid compile failure --- fe/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/pom.xml b/fe/pom.xml index 5d97725b9e0..f7ea65607d1 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -255,7 +255,7 @@ under the License. <commons-text.version>1.10.0</commons-text.version> <commons-validator.version>1.7</commons-validator.version> <gson.version>2.10.1</gson.version> - <guava.version>33.2.1-jre</guava.version> + <guava.version>32.1.2-jre</guava.version> <jackson.version>2.16.0</jackson.version> <java-cup.version>0.11-a-czt02-cdh</java-cup.version> <javassist.version>3.18.2-GA</javassist.version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org