This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new 032a7a13656 [fix](build) fix compile issue from #35702 032a7a13656 is described below commit 032a7a136569a99acbe81ef5b03b03f1b10befa6 Author: morningman <morning...@163.com> AuthorDate: Fri May 31 21:45:56 2024 +0800 [fix](build) fix compile issue from #35702 --- fe/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/pom.xml b/fe/pom.xml index f20953bc8e7..7108abfad9d 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -332,7 +332,7 @@ under the License. <mariadb-java-client.version>3.0.9</mariadb-java-client.version> <hadoop.version>3.3.6</hadoop.version> <hbase.version>2.4.9</hbase.version> - <antlr4.version>4.13.1</antlr4.version> + <antlr4.version>4.9.3</antlr4.version> <joda.version>2.8.1</joda.version> <project.scm.id>github</project.scm.id> <spring.version>2.7.13</spring.version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org