Skip to content

Bump the all group with 3 updates#79

Merged
dylan-botler[bot] merged 1 commit into
mainfrom
dependabot/go_modules/all-abf87592bd
May 19, 2026
Merged

Bump the all group with 3 updates#79
dylan-botler[bot] merged 1 commit into
mainfrom
dependabot/go_modules/all-abf87592bd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps the all group with 3 updates: firebase.google.com/go/v4, github.com/ollama/ollama and google.golang.org/api.

Updates firebase.google.com/go/v4 from 4.19.0 to 4.20.0

Release notes

Sourced from firebase.google.com/go/v4's releases.

Firebase Admin Go SDK v4.20.0

New Features

  • feat(pnv): Add Firebase Phone Number Verification support (#757)
  • feat(fcm): Add support for bandwidth constrained and restricted satellite APIs (#750)

Miscellaneous

  • [chore] Release v4.20.0 (#763)
  • chore: Upgrade Go versions to 1.25, 1.26 (#759)
  • chore: Revert release workflow changes to use merge commit (#751)
  • chore: Update to Go 1.25 (#743)
Commits
  • e853b36 Merge remote-tracking branch 'origin/dev'
  • aa29809 Merge dev into master to resolve release divergence
  • 460da85 [chore] Release v4.20.0 (#763)
  • 646489a feat(pnv): Add Firebase Phone Number Verification support (#757)
  • f595f98 chore: Upgrade Go versions to 1.25, 1.26 (#759)
  • c96d946 feat(fcm): Add support for bandwidth constrained and restricted satellite API...
  • e1d2b46 chore: Revert release workflow changes to use merge commit (#751)
  • 128f8f4 chore: Update to Go 1.25 (#743)
  • c06a674 [chore] Release 4.19.0 Take 2 (#746)
  • 6e297d4 chore: Update Release Workflows for Push triggers (#745)
  • Additional commits viewable in compare view

Updates github.com/ollama/ollama from 0.23.2 to 0.24.0

Release notes

Sourced from github.com/ollama/ollama's releases.

v0.24.0

Codex App

Ollama 0.24 includes support for the Codex App, OpenAI's desktop experience for working on Codex threads in parallel with built-in worktree support and git functionality.

ollama launch codex-app

Built-in browser

Codex can load local servers and sites in its built-in browser, enabling you to directly annotate on the page to request changes.

Review mode

Review code inside the app, leave comments, and iterate without leaving your workspace.

Choosing a model

For difficult coding and agentic tasks:

  • kimi-k2.6 (with vision support)
  • glm-5.1

For local use without an Ollama Cloud subscription:

  • nemotron-3-super
  • gemma4:31b
  • qwen3.6

Restore anytime

To restore the previous configuration of Codex App, run:

ollama launch codex-app --restore

What's Changed

  • Reworked the MLX sampler for improved generation quality on Apple Silicon

Full Changelog: ollama/ollama@v0.23.0...v0.24.0

... (truncated)

Commits

Updates google.golang.org/api from 0.278.0 to 0.279.0

Release notes

Sourced from google.golang.org/api's releases.

v0.279.0

0.279.0 (2026-05-12)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.279.0 (2026-05-12)

Features

Commits
  • e446d4c chore(main): release 0.279.0 (#3586)
  • d4241ea feat(all): auto-regenerate discovery clients (#3590)
  • 8452ed1 chore(all): update module github.com/go-git/go-git/v5 to v5.19.0 [SECURITY] (...
  • e87e376 feat(all): auto-regenerate discovery clients (#3587)
  • 09db0e3 feat(all): auto-regenerate discovery clients (#3585)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 3 updates: [firebase.google.com/go/v4](https://github.com/firebase/firebase-admin-go), [github.com/ollama/ollama](https://github.com/ollama/ollama) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `firebase.google.com/go/v4` from 4.19.0 to 4.20.0
- [Release notes](https://github.com/firebase/firebase-admin-go/releases)
- [Commits](firebase/firebase-admin-go@v4.19.0...v4.20.0)

Updates `github.com/ollama/ollama` from 0.23.2 to 0.24.0
- [Release notes](https://github.com/ollama/ollama/releases)
- [Commits](ollama/ollama@v0.23.2...v0.24.0)

Updates `google.golang.org/api` from 0.278.0 to 0.279.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.278.0...v0.279.0)

---
updated-dependencies:
- dependency-name: firebase.google.com/go/v4
  dependency-version: 4.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/ollama/ollama
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/api
  dependency-version: 0.279.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the automerge label May 19, 2026
@dylan-botler dylan-botler Bot merged commit 5453047 into main May 19, 2026
10 checks passed
@dylan-botler dylan-botler Bot deleted the dependabot/go_modules/all-abf87592bd branch May 19, 2026 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants