Skip to content

Bump com.google.gms.google-services from 4.4.4 to 4.5.0#22992

Open
dependabot[bot] wants to merge 2 commits into
trunkfrom
dependabot/gradle/com.google.gms.google-services-4.5.0
Open

Bump com.google.gms.google-services from 4.4.4 to 4.5.0#22992
dependabot[bot] wants to merge 2 commits into
trunkfrom
dependabot/gradle/com.google.gms.google-services-4.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

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

@dependabot dependabot Bot added the bot: dependencies update Dependabot dependency update label Jun 17, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 17, 2026 08:03
@dependabot dependabot Bot requested review from nbradbury and removed request for a team June 17, 2026 08:03
@dependabot dependabot Bot added the bot: dependencies update Dependabot dependency update label Jun 17, 2026
@dangermattic

Copy link
Copy Markdown
Collaborator
1 Warning
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot

Copy link
Copy Markdown
Contributor

Build environment changes

list
! 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 (*)

@wpmobilebot

wpmobilebot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

App Icon📲 You can test the changes from this Pull Request in Jetpack Android by scanning the QR code below to install the corresponding build.

App NameJetpack Android
Build TypeDebug
Versionpr22992-65d3e2a
Build Number1497
Application IDcom.jetpack.android.prealpha
Commit65d3e2a
Installation URL5qfl3do8s0pjo
Automatticians: You can use our internal self-serve MC tool to give yourself access to those builds if needed.

@wpmobilebot

wpmobilebot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

App Icon📲 You can test the changes from this Pull Request in WordPress Android by scanning the QR code below to install the corresponding build.

App NameWordPress Android
Build TypeDebug
Versionpr22992-65d3e2a
Build Number1497
Application IDorg.wordpress.android.prealpha
Commit65d3e2a
Installation URL4m08cm77eibc8
Automatticians: You can use our internal self-serve MC tool to give yourself access to those builds if needed.

@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.gms.google-services-4.5.0 branch from c56a64c to 8fae807 Compare June 17, 2026 10:27
@nbradbury

Copy link
Copy Markdown
Contributor

Holding off on this until release notes are available.

@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.gms.google-services-4.5.0 branch from 8fae807 to 15a108f Compare June 18, 2026 09:54
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>
@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.gms.google-services-4.5.0 branch from 15a108f to ba2d2bf Compare June 18, 2026 12:31
@nbradbury

Copy link
Copy Markdown
Contributor

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.
Everything else in the gap was non-functional (docs/version housekeeping). Note that broader build-infra work — Gradle 9.0.0 upgrade, Kotlin Gradle Plugin 1.7.22 → 2.1.0, and removal of deprecated config-cache APIs — landed in Sept 2025 under the 4.4.4 line, so it’s already in your current version and not part of this bump.

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.
No API surface change for how the plugin is applied — the catalog one-liner is the only edit needed.
So my earlier verdict holds: low-risk bump, the only new behavior is opt-in via a google-services.json field you’re not using. Approve pending green CI.

@nbradbury nbradbury enabled auto-merge (squash) June 18, 2026 14:01

@nbradbury nbradbury left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot: dependencies update Dependabot dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants