diff --git a/plugin/trino-exchange-filesystem/pom.xml b/plugin/trino-exchange-filesystem/pom.xml
index 9c7cf2ef2ab5..f2f539b1d8bc 100644
--- a/plugin/trino-exchange-filesystem/pom.xml
+++ b/plugin/trino-exchange-filesystem/pom.xml
@@ -333,6 +333,13 @@
provided
+
+ com.nimbusds
+ oauth2-oidc-sdk
+ jdk11
+ runtime
+
+
io.airlift
junit-extensions
diff --git a/pom.xml b/pom.xml
index 0546db83a517..a53cd551ddf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -564,7 +564,7 @@
com.nimbusds
oauth2-oidc-sdk
- 11.22.2
+ 11.23
jdk11