This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.11 by this push:
new 8cc0de499bf Fix presto.version issue
8cc0de499bf is described below
commit 8cc0de499bf69383c4510bd45a20f5afb7e72178
Author: Jiwe Guo <[email protected]>
AuthorDate: Wed Feb 8 20:30:25 2023 +0800
Fix presto.version issue
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 430b3f7cd50..f52dd0f04ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,7 +171,7 @@ flexible messaging model and an intuitive client
API.</description>
<json-smart.version>2.4.7</json-smart.version>
<opensearch.version>1.2.4</opensearch.version>
<elasticsearch-java.version>8.5.2</elasticsearch-java.version>
- <trino.version>363</trino.version>
+ <presto.version>334</presto.version>
<scala.binary.version>2.13</scala.binary.version>
<scala-library.version>2.13.10</scala-library.version>
<debezium.version>1.7.2.Final</debezium.version>