diff --git a/app/server/appsmith-plugins/firestorePlugin/pom.xml b/app/server/appsmith-plugins/firestorePlugin/pom.xml index 264b97b8ea..b447829938 100644 --- a/app/server/appsmith-plugins/firestorePlugin/pom.xml +++ b/app/server/appsmith-plugins/firestorePlugin/pom.xml @@ -19,7 +19,7 @@ com.google.firebase firebase-admin - 9.1.1 + 9.2.0 org.slf4j @@ -32,6 +32,13 @@ + + + com.google.guava + guava + 32.0.1-jre + + org.testcontainers diff --git a/app/server/appsmith-plugins/googleSheetsPlugin/pom.xml b/app/server/appsmith-plugins/googleSheetsPlugin/pom.xml index a966367df5..c427e9f940 100644 --- a/app/server/appsmith-plugins/googleSheetsPlugin/pom.xml +++ b/app/server/appsmith-plugins/googleSheetsPlugin/pom.xml @@ -75,7 +75,7 @@ com.google.apis google-api-services-sheets - v4-rev20220927-2.0.0 + v4-rev20230815-2.0.0 commons-logging @@ -88,6 +88,13 @@ + + + com.google.guava + guava + 32.0.1-jre + +