Skip to content

deps: bump github.com/alamofire/alamofire from 5.10.2 to 5.11.2#20

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/swift/github.com/alamofire/alamofire-5.11.2
Open

deps: bump github.com/alamofire/alamofire from 5.10.2 to 5.11.2#20
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/swift/github.com/alamofire/alamofire-5.11.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Bumps github.com/alamofire/alamofire from 5.10.2 to 5.11.2.

Release notes

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

5.11.2

Updated

  • Use of #file to #fileID to prevent build system info leakage.
  • CI and dependencies.

Fixed

  • A rare race between the creation of StreamOf values and the start of their iteration, which could miss values.
  • Handling of duplicate URLSessionTaskMetrics callbacks, likely caused by using the new loading system (usesClassicLoadingMode = false).

5.11.1

Fixed

  • Fixes #3978, a rare logical race that allowed the same response serializer to execute multiple times simultaneously, which would call the completion handler multiple times, leading to crashes when wrapping continuations.

5.11.0

Released on 2025-12-20. All issues associated with this milestone can be found using this filter.

Added

  • Lazy Request setup by default. Requests are now inert until resume()'d, whether automatically or manually. Previous behavior can be restored by using Session(requestSetup: .eager).
  • Inline, per-Request RequestAdapter, RequestRetrier, RequestInterceptor, and EventMonitor APIs, to add instances after Request initialization.
  • Per-Request automatic resume() control, with the shouldAutomaticallyResume parameter.
  • OfflineRetrier, to retry requests based on NWPathMonitor status, as a replacement for NetworkReachabilityManager.

Updated

  • Alamofire to require Xcode 16.0 and the Swift 6 compiler (Swift 5 or 6 mode).
  • Deployment targets for the test targets to match XCTest and Swift Testing availability.
  • Empty to be Hashable.
  • Request internals to use more atomic locking.
  • Deprecated NetworkReachabilityManager on iOS 17.4 and later.
  • Linux and Android CI builds.

Fixed

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/alamofire/alamofire](https://github.com/Alamofire/Alamofire) from 5.10.2 to 5.11.2.
- [Release notes](https://github.com/Alamofire/Alamofire/releases)
- [Commits](Alamofire/Alamofire@5.10.2...5.11.2)

---
updated-dependencies:
- dependency-name: github.com/alamofire/alamofire
  dependency-version: 5.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants