Bump com.google.gms.google-services from 4.4.4 to 4.5.0#22992
Bump com.google.gms.google-services from 4.4.4 to 4.5.0#22992dependabot[bot] wants to merge 2 commits into
Conversation
Generated by 🚫 Danger |
Build environment changeslist! Upgraded Dependencies
com.google.gms.google-services:com.google.gms.google-services.gradle.plugin:4.5.0, (changed from 4.4.4)
com.google.gms:google-services:4.5.0, (changed from 4.4.4)tree-\--- com.google.gms.google-services:com.google.gms.google-services.gradle.plugin:4.4.4
- \--- com.google.gms:google-services:4.4.4
- +--- com.google.android.gms:strict-version-matcher-plugin:1.2.4
- | +--- com.google.code.findbugs:jsr305:3.0.2
- | +--- com.google.guava:guava:27.0.1-jre -> 33.5.0-jre (*)
- | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 2.2.21 (*)
- +--- com.google.code.gson:gson:2.8.5 -> 2.11.0 (*)
- \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 2.2.21 (*)
+\--- com.google.gms.google-services:com.google.gms.google-services.gradle.plugin:4.5.0
+ \--- com.google.gms:google-services:4.5.0
+ +--- com.google.android.gms:strict-version-matcher-plugin:1.2.4
+ | +--- com.google.code.findbugs:jsr305:3.0.2
+ | +--- com.google.guava:guava:27.0.1-jre -> 33.5.0-jre (*)
+ | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 2.2.21 (*)
+ +--- com.google.code.gson:gson:2.8.5 -> 2.11.0 (*)
+ \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 2.2.21 (*) |
|
|
|
|
c56a64c to
8fae807
Compare
|
Holding off on this until release notes are available. |
8fae807 to
15a108f
Compare
Bumps com.google.gms.google-services from 4.4.4 to 4.5.0. --- updated-dependencies: - dependency-name: com.google.gms.google-services dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
15a108f to
ba2d2bf
Compare
|
Here’s what actually changed between 4.4.4 and 4.5.0. com.google.gms.google-services 4.4.4 → 4.5.0 The official “release notes” pointer in the repo just redirects to the Firebase Android release notes (Google doesn’t maintain a per-version changelog for this plugin), so the authoritative source is the commit history. Confirmed via google/play-services-plugins: the version bump is commit #424 (2026-05-28), and only one functional change landed in the plugin since 4.4.4: reCAPTCHA site key support (#423) — The plugin now extracts the recaptcha_site_key field from your google-services.json and emits it into the generated resources.xml (as an Android string resource). This is what consumes the new key that Firebase App Check / reCAPTCHA Enterprise integrations rely on. What this means for WordPress-Android Impact: effectively zero unless you use reCAPTCHA/App Check. The plugin only emits the recaptcha_site_key resource if that field exists in google-services.json. Your committed file is google-services.json-example (auto-copied at WordPress/build.gradle:570), which won’t contain that key, so the generated resources are unchanged. |


Bumps com.google.gms.google-services from 4.4.4 to 4.5.0.