diff --git a/functions/firebase/firestore-reactive/pom.xml b/functions/firebase/firestore-reactive/pom.xml index 4e84ffff82e..217e07c2601 100644 --- a/functions/firebase/firestore-reactive/pom.xml +++ b/functions/firebase/firestore-reactive/pom.xml @@ -44,7 +44,7 @@ com.google.cloud google-cloud-firestore - 3.0.9 + 3.7.8 @@ -80,6 +80,11 @@ 31.1-jre test + + com.google.code.gson + gson + 2.10.1 + @@ -121,6 +126,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 compile diff --git a/functions/firebase/firestore/pom.xml b/functions/firebase/firestore/pom.xml index 0fca308ab55..20a1e2b1910 100644 --- a/functions/firebase/firestore/pom.xml +++ b/functions/firebase/firestore/pom.xml @@ -40,7 +40,7 @@ com.google.cloud google-cloud-firestore - 3.0.9 + 3.7.8 @@ -70,6 +70,11 @@ 31.1-jre test + + com.google.code.gson + gson + 2.10.1 + @@ -109,6 +114,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 compile diff --git a/session-handling/pom.xml b/session-handling/pom.xml index 00c2e75202b..b1cd64b3592 100644 --- a/session-handling/pom.xml +++ b/session-handling/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.9 + 3.7.8