diff --git a/plugin/trino-bigquery/pom.xml b/plugin/trino-bigquery/pom.xml
index b579c1c48923..519827aac132 100644
--- a/plugin/trino-bigquery/pom.xml
+++ b/plugin/trino-bigquery/pom.xml
@@ -23,7 +23,7 @@
com.google.cloud
libraries-bom
pom
- 22.0.0
+ 24.2.0
import
@@ -42,13 +42,13 @@
org.apache.httpcomponents
httpcore
- 4.4.14
+ 4.4.15
org.threeten
threetenbp
- 1.5.1
+ 1.5.2
@@ -102,6 +102,10 @@
io.grpc
grpc-protobuf
+
+ io.grpc
+ grpc-xds
+
@@ -153,6 +157,10 @@
com.google.guava
listenablefuture
+
+ com.google.re2j
+ re2j
+
diff --git a/pom.xml b/pom.xml
index f57d68d6798b..e02f815b8ca1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1471,7 +1471,7 @@
org.checkerframework
checker-qual
- 3.19.0
+ 3.20.0