diff --git a/java/connector-node/risingwave-sink-deltalake/pom.xml b/java/connector-node/risingwave-sink-deltalake/pom.xml index bab3c5320fae..9a89853ff9f3 100644 --- a/java/connector-node/risingwave-sink-deltalake/pom.xml +++ b/java/connector-node/risingwave-sink-deltalake/pom.xml @@ -18,7 +18,7 @@ 11 11 - 1.12.3 + 1.14.0 true diff --git a/java/connector-node/risingwave-sink-iceberg/pom.xml b/java/connector-node/risingwave-sink-iceberg/pom.xml index a491823bb07f..b2be8c31e12d 100644 --- a/java/connector-node/risingwave-sink-iceberg/pom.xml +++ b/java/connector-node/risingwave-sink-iceberg/pom.xml @@ -16,7 +16,7 @@ risingwave-sink-iceberg - 1.4.1 + 1.5.2 11 11 true diff --git a/java/pom.xml b/java/pom.xml index 44ff36fe8de0..d2dac0a64383 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -64,7 +64,7 @@ UTF-8 UTF-8 3.21.1 - 1.53.0 + 1.64.0 2.10 0.1.0-SNAPSHOT 2.43.0 @@ -77,7 +77,7 @@ 2.4.2.Final 2.15.0 3.3.1 - 3.3.3 + 3.4.0 7.17.19 2.11.1 4.15.0 @@ -89,6 +89,8 @@ 3.45.0.0 2.21.42 3.1.3 + 12.0.10 + 1.1.10.5 @@ -395,6 +397,26 @@ hadoop-mapreduce-client-jobclient ${hadoop.version} + + org.eclipse.jetty + jetty-client + ${jetty.version} + + + org.eclipse.jetty + jetty-util + ${jetty.version} + + + org.eclipse.jetty + jetty-http + ${jetty.version} + + + org.xerial.snappy + snappy-java + ${snappy.version} + org.apache.spark spark-sql_2.12