Skip to content

ee/psso: bump the grpc group across 1 directory with 7 updates - #1252

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/ee/psso/authentikPlatform.xcodeproj/grpc-dcd9aa6068
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/ee/psso/authentikPlatform.xcodeproj/grpc-dcd9aa6068

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the grpc group with 7 updates in the /ee/psso/authentikPlatform.xcodeproj directory:

Package From To
github.com/grpc/grpc-swift-2 2.3.0 2.4.3
github.com/grpc/grpc-swift-nio-transport 2.4.5 2.10.0
github.com/grpc/grpc-swift-protobuf 2.2.1 2.4.1
github.com/apple/swift-nio-extras 1.34.1 1.35.1
github.com/apple/swift-nio-http2 1.44.0 1.46.0
github.com/apple/swift-nio-ssl 2.37.1 2.37.5
github.com/apple/swift-protobuf 1.38.0 1.38.1

Updates github.com/grpc/grpc-swift-2 from 2.3.0 to 2.4.3

Release notes

Sourced from github.com/grpc/grpc-swift-2's releases.

2.4.3

What's Changed

SemVer Patch

Other Changes

New Contributors

Full Changelog: grpc/grpc-swift-2@2.4.2...2.4.3

2.4.2

What's Changed

SemVer Patch

Other Changes

New Contributors

Full Changelog: grpc/grpc-swift-2@2.4.1...2.4.2

2.4.1

What's Changed

SemVer Patch

New Contributors

Full Changelog: grpc/grpc-swift-2@2.4.0...2.4.1

2.4.0

... (truncated)

Commits

Updates github.com/grpc/grpc-swift-nio-transport from 2.4.5 to 2.10.0

Release notes

Sourced from github.com/grpc/grpc-swift-nio-transport's releases.

2.10.0

What's Changed

SemVer Minor

SemVer Patch

Other Changes

New Contributors

Full Changelog: grpc/grpc-swift-nio-transport@2.9.2...2.10.0

2.9.2

What's Changed

SemVer Patch

Full Changelog: grpc/grpc-swift-nio-transport@2.9.1...2.9.2

2.9.1

What's Changed

SemVer Patch

Other Changes

New Contributors

Full Changelog: grpc/grpc-swift-nio-transport@2.9.0...2.9.1

2.9.0

What's Changed

SemVer Minor

... (truncated)

Commits
  • ff4420d Compute the transport-specific context once per connection (#194)
  • 35cf152 Expose the HTTP/2 receive header list size limit (#195)
  • 12405b3 docs/fixups (#190)
  • eaad084 Suppress fcntl errors on the listener's accept path (#191)
  • c46f77c Regenerate integration test sources from proto (#189)
  • aa95552 Update links and references to point to grpc-swift-2 (#188)
  • 0cfa90d Cancel connection backoff on graceful shutdown (#187)
  • 39b8e90 Honour certificate verification mode when custom trust roots are set (Transpo...
  • 2ca31f0 Wait for writes to drain before closing (#183)
  • 72142e6 Add safer init to wrapped channel (#182)
  • Additional commits viewable in compare view

Updates github.com/grpc/grpc-swift-protobuf from 2.2.1 to 2.4.1

Release notes

Sourced from github.com/grpc/grpc-swift-protobuf's releases.

2.4.1

What's Changed

SemVer Patch

New Contributors

Full Changelog: grpc/grpc-swift-protobuf@2.4.0...2.4.1

2.4.0

What's Changed

SemVer Minor

Full Changelog: grpc/grpc-swift-protobuf@2.3.0...2.4.0

2.3.0

What's Changed

SemVer Minor

Other Changes

Full Changelog: grpc/grpc-swift-protobuf@2.2.1...2.3.0

Commits

Updates github.com/apple/swift-nio-extras from 1.34.1 to 1.35.1

Release notes

Sourced from github.com/apple/swift-nio-extras's releases.

1.35.1

What's Changed

SemVer Patch

Full Changelog: apple/swift-nio-extras@1.35.0...1.35.1

1.35.0

What's Changed

SemVer Minor

SemVer Patch

Other Changes

New Contributors

Full Changelog: apple/swift-nio-extras@1.34.3...1.35.0

1.34.3

What's Changed

SemVer Patch

New Contributors

Full Changelog: apple/swift-nio-extras@1.34.2...1.34.3

1.34.2

What's Changed

SemVer Patch

Other Changes

... (truncated)

Commits
  • 4144933 Specify the defining module for HTTP2ErrorCode (#323)
  • 3078359 Import ucrt on Windows if available (#294)
  • 4ba1f16 Keep zlib streams at stable addresses (#321)
  • aedcd7e Fix HTTPResumableUploadHandler dropping responses after the first request on ...
  • ea00075 Reject too-small IPv4 packets in the PCAP parser test helper (#320)
  • 88a5134 Make the HTTP decompressors safe against synchronous channelRead re-entry (#317)
  • cff75b3 Throw on invalid psuedoheaders when converting between http/2 (#316)
  • 92a6e73 Support env flag to allow using swift-crypto betas (#315)
  • 1d691e3 Return 0 for malformed q-values (#313)
  • See full diff in compare view

Updates github.com/apple/swift-nio-http2 from 1.44.0 to 1.46.0

Release notes

Sourced from github.com/apple/swift-nio-http2's releases.

1.46.0

What's Changed

SemVer Minor

SemVer Patch

Other Changes

New Contributors

Full Changelog: apple/swift-nio-http2@1.45.0...1.46.0

1.45.0

What's Changed

SemVer Minor

SemVer Patch

New Contributors

Full Changelog: apple/swift-nio-http2@1.44.0...1.45.0

Commits
  • 0f3e54e Match the documented parameter names to the signatures in NIOHPACK (#562)
  • bea911a Reject the empty HTTP/2 field name (#563)
  • d6f5f25 Rate-limit PING, SETTINGS, PRIORITY, ALTSVC, and ORIGIN frames (#561)
  • 2811703 Fix outbound stream starvation (#559)
  • 45bdf67 NIOHTTP2: reject SP and control characters in pseudo-header values (#555)
  • 48bfd90 Treat CR, LF and NUL in regular header field values as malformed (#554)
  • 41a8b95 NIOHTTP2: forbid keep-alive and upgrade connection-specific headers (#552)
  • 2a044b9 HPACKDecoder: reject more than two table size updates per header block (#551)
  • 634d078 Apply formatter (#553)
  • See full diff in compare view

Updates github.com/apple/swift-nio-ssl from 2.37.1 to 2.37.5

Release notes

Sourced from github.com/apple/swift-nio-ssl's releases.

2.37.5

What's Changed

SemVer Patch

Other Changes

New Contributors

Full Changelog: apple/swift-nio-ssl@2.37.4...2.37.5

2.37.4

What's Changed

SemVer Patch

New Contributors

Full Changelog: apple/swift-nio-ssl@2.37.3...2.37.4

2.37.3

What's Changed

SemVer Patch

Other Changes

Full Changelog: apple/swift-nio-ssl@2.37.2...2.37.3

2.37.2

What's Changed

SemVer Patch

... (truncated)

Commits
  • 322f3c2 Delete SECURITY.md (#606)
  • 71034b8 Avoid unconditional plaintext read buffer reallocations (#598)
  • 76afd00 fix: close before forwarding fatal input closure (#604)
  • f7daec2 Accept every c_rehash collision suffix, not just .0 (#602)
  • 03827c1 Close the channel when input closes during the TLS handshake (#603)
  • dea6ebb Fix comparing TLSConfiguration objects with some closures (#600)
  • b1fb0b3 Update the apple.com certs (#601)
  • 8d8f784 Don't crash when a peer completes an optionalVerification handshake without a...
  • 9a03669 Update test certificates (#597)
  • d930168 Merge commit from fork
  • Additional commits viewable in compare view

Updates github.com/apple/swift-protobuf from 1.38.0 to 1.38.1

Release notes

Sourced from github.com/apple/swift-protobuf's releases.

1.38.1 Release

What's Changed

SemVer Patch

Other Changes

New Contributors

Full Changelog: apple/swift-protobuf@1.38.0...1.38.1

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Jul 23, 2026
@codecov

codecov Bot commented Jul 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 50.11%. Comparing base (f23dc18) to head (a14f95c).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1252      +/-   ##
==========================================
+ Coverage   40.63%   50.11%   +9.48%     
==========================================
  Files         195      195              
  Lines       19999    19999              
  Branches    15139    15139              
==========================================
+ Hits         8126    10022    +1896     
+ Misses      11469     9651    -1818     
+ Partials      404      326      -78     
Flag Coverage Δ
rs-e2e-24.04 35.22% <ø> (?)
rs-e2e-25.10 10.85% <ø> (ø)
rs-e2e-26.04 10.86% <ø> (+3.54%) ⬆️
rs-macos-26-ak-agent 31.81% <ø> (ø)
rs-macos-26-ak-agent-desktop 0.00% <ø> (ø)
rs-macos-26-ak-api-cli 100.00% <ø> (ø)
rs-macos-26-ak-api-cli-gen 66.71% <ø> (ø)
rs-macos-26-ak-browser-support 23.93% <ø> (ø)
rs-macos-26-ak-cli 24.28% <ø> (ø)
rs-macos-26-ak-flow-executor 13.62% <ø> (ø)
rs-macos-26-ak-meta 0.00% <ø> (ø)
rs-macos-26-ak-meta-macros 0.00% <ø> (ø)
rs-macos-26-ak-platform 66.68% <ø> (ø)
rs-macos-26-ak-platform-authz 0.00% <ø> (ø)
rs-macos-26-ak-platform-facts 83.44% <ø> (ø)
rs-macos-26-ak-platform-keyring 65.64% <ø> (ø)
rs-macos-26-ak-sysd 36.69% <ø> (ø)
rs-ubuntu-24.04-ak-agent 31.81% <ø> (ø)
rs-ubuntu-24.04-ak-agent-desktop 0.00% <ø> (ø)
rs-ubuntu-24.04-ak-api-cli 100.00% <ø> (ø)
rs-ubuntu-24.04-ak-api-cli-gen 66.71% <ø> (ø)
rs-ubuntu-24.04-ak-browser-support 23.93% <ø> (ø)
rs-ubuntu-24.04-ak-cli 24.28% <ø> (ø)
rs-ubuntu-24.04-ak-flow-executor 13.62% <ø> (ø)
rs-ubuntu-24.04-ak-meta 0.00% <ø> (ø)
rs-ubuntu-24.04-ak-meta-macros 0.00% <ø> (ø)
rs-ubuntu-24.04-ak-nss 77.37% <ø> (ø)
rs-ubuntu-24.04-ak-pam 0.00% <ø> (ø)
rs-ubuntu-24.04-ak-platform 65.98% <ø> (ø)
rs-ubuntu-24.04-ak-platform-authz 0.00% <ø> (ø)
rs-ubuntu-24.04-ak-platform-facts 82.64% <ø> (ø)
rs-ubuntu-24.04-ak-platform-keyring 53.08% <ø> (ø)
rs-ubuntu-24.04-ak-sysd 36.94% <ø> (ø)
rs-ubuntu-24.04-arm-ak-agent 31.81% <ø> (ø)
rs-ubuntu-24.04-arm-ak-agent-desktop 0.00% <ø> (ø)
rs-ubuntu-24.04-arm-ak-api-cli 100.00% <ø> (ø)
rs-ubuntu-24.04-arm-ak-api-cli-gen 66.71% <ø> (ø)
rs-ubuntu-24.04-arm-ak-browser-support 23.93% <ø> (ø)
rs-ubuntu-24.04-arm-ak-cli 24.28% <ø> (ø)
rs-ubuntu-24.04-arm-ak-flow-executor 13.62% <ø> (ø)
rs-ubuntu-24.04-arm-ak-meta 0.00% <ø> (ø)
rs-ubuntu-24.04-arm-ak-meta-macros 0.00% <ø> (ø)
rs-ubuntu-24.04-arm-ak-nss 77.37% <ø> (ø)
rs-ubuntu-24.04-arm-ak-pam 0.00% <ø> (ø)
rs-ubuntu-24.04-arm-ak-platform 65.98% <ø> (ø)
rs-ubuntu-24.04-arm-ak-platform-authz 0.00% <ø> (ø)
rs-ubuntu-24.04-arm-ak-platform-facts 82.64% <ø> (ø)
rs-ubuntu-24.04-arm-ak-platform-keyring 53.08% <ø> (ø)
rs-ubuntu-24.04-arm-ak-sysd 36.94% <ø> (ø)
rs-windows-2025-ak-agent 31.81% <ø> (+2.17%) ⬆️
rs-windows-2025-ak-agent-desktop 0.00% <ø> (ø)
rs-windows-2025-ak-api-cli 100.00% <ø> (ø)
rs-windows-2025-ak-api-cli-gen 66.71% <ø> (ø)
rs-windows-2025-ak-browser-support 23.93% <ø> (ø)
rs-windows-2025-ak-cli 24.28% <ø> (ø)
rs-windows-2025-ak-flow-executor 13.62% <ø> (ø)
rs-windows-2025-ak-meta 0.00% <ø> (ø)
rs-windows-2025-ak-meta-macros 0.00% <ø> (ø)
rs-windows-2025-ak-platform 58.00% <ø> (ø)
rs-windows-2025-ak-platform-authz 0.00% <ø> (ø)
rs-windows-2025-ak-platform-facts 78.89% <ø> (ø)
rs-windows-2025-ak-platform-keyring 76.31% <ø> (ø)
rs-windows-2025-ak-sysd 35.14% <ø> (ø)
rs-windows-2025-ee/wcp 46.49% <ø> (+0.02%) ⬆️
swift 3.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@dependabot
dependabot Bot force-pushed the dependabot/swift/ee/psso/authentikPlatform.xcodeproj/grpc-dcd9aa6068 branch 7 times, most recently from ee5f6d7 to 5ccc938 Compare July 31, 2026 04:13
@dependabot
dependabot Bot force-pushed the dependabot/swift/ee/psso/authentikPlatform.xcodeproj/grpc-dcd9aa6068 branch 5 times, most recently from 97e10f9 to 9144d2c Compare August 7, 2026 04:17
@dependabot
dependabot Bot force-pushed the dependabot/swift/ee/psso/authentikPlatform.xcodeproj/grpc-dcd9aa6068 branch 7 times, most recently from 4af424b to 4ef9a34 Compare August 17, 2026 04:16
@dependabot
dependabot Bot force-pushed the dependabot/swift/ee/psso/authentikPlatform.xcodeproj/grpc-dcd9aa6068 branch 5 times, most recently from 2d1f88c to dc17286 Compare August 20, 2026 04:11
@dependabot
dependabot Bot force-pushed the dependabot/swift/ee/psso/authentikPlatform.xcodeproj/grpc-dcd9aa6068 branch 5 times, most recently from 43bc825 to 9013b72 Compare August 27, 2026 04:12
@dependabot
dependabot Bot force-pushed the dependabot/swift/ee/psso/authentikPlatform.xcodeproj/grpc-dcd9aa6068 branch 4 times, most recently from 43966eb to 014db2f Compare September 8, 2026 04:12
@dependabot
dependabot Bot force-pushed the dependabot/swift/ee/psso/authentikPlatform.xcodeproj/grpc-dcd9aa6068 branch 6 times, most recently from 0fe82fa to 1b80e1e Compare September 16, 2026 04:14
@dependabot
dependabot Bot force-pushed the dependabot/swift/ee/psso/authentikPlatform.xcodeproj/grpc-dcd9aa6068 branch 5 times, most recently from ed3a339 to 53f2983 Compare September 23, 2026 04:17
Bumps the grpc group with 7 updates in the /ee/psso/authentikPlatform.xcodeproj directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/grpc/grpc-swift-2](https://github.com/grpc/grpc-swift-2) | `2.3.0` | `2.4.3` |
| [github.com/grpc/grpc-swift-nio-transport](https://github.com/grpc/grpc-swift-nio-transport) | `2.4.5` | `2.10.0` |
| [github.com/grpc/grpc-swift-protobuf](https://github.com/grpc/grpc-swift-protobuf) | `2.2.1` | `2.4.1` |
| [github.com/apple/swift-nio-extras](https://github.com/apple/swift-nio-extras) | `1.34.1` | `1.35.1` |
| [github.com/apple/swift-nio-http2](https://github.com/apple/swift-nio-http2) | `1.44.0` | `1.46.0` |
| [github.com/apple/swift-nio-ssl](https://github.com/apple/swift-nio-ssl) | `2.37.1` | `2.37.5` |
| [github.com/apple/swift-protobuf](https://github.com/apple/swift-protobuf) | `1.38.0` | `1.38.1` |



Updates `github.com/grpc/grpc-swift-2` from 2.3.0 to 2.4.3
- [Release notes](https://github.com/grpc/grpc-swift-2/releases)
- [Commits](grpc/grpc-swift-2@2.3.0...ac33066)

Updates `github.com/grpc/grpc-swift-nio-transport` from 2.4.5 to 2.10.0
- [Release notes](https://github.com/grpc/grpc-swift-nio-transport/releases)
- [Commits](grpc/grpc-swift-nio-transport@2.4.5...ff4420d)

Updates `github.com/grpc/grpc-swift-protobuf` from 2.2.1 to 2.4.1
- [Release notes](https://github.com/grpc/grpc-swift-protobuf/releases)
- [Commits](grpc/grpc-swift-protobuf@2.2.1...176c5a4)

Updates `github.com/apple/swift-nio-extras` from 1.34.1 to 1.35.1
- [Release notes](https://github.com/apple/swift-nio-extras/releases)
- [Commits](apple/swift-nio-extras@1.34.1...4144933)

Updates `github.com/apple/swift-nio-http2` from 1.44.0 to 1.46.0
- [Release notes](https://github.com/apple/swift-nio-http2/releases)
- [Commits](apple/swift-nio-http2@1.44.0...0f3e54e)

Updates `github.com/apple/swift-nio-ssl` from 2.37.1 to 2.37.5
- [Release notes](https://github.com/apple/swift-nio-ssl/releases)
- [Commits](apple/swift-nio-ssl@2.37.1...322f3c2)

Updates `github.com/apple/swift-protobuf` from 1.38.0 to 1.38.1
- [Release notes](https://github.com/apple/swift-protobuf/releases)
- [Commits](apple/swift-protobuf@1.38.0...55d7a1c)

---
updated-dependencies:
- dependency-name: github.com/apple/swift-nio-extras
  dependency-version: 1.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: grpc
- dependency-name: github.com/apple/swift-nio-http2
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: github.com/apple/swift-nio-ssl
  dependency-version: 2.37.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: grpc
- dependency-name: github.com/apple/swift-protobuf
  dependency-version: 1.38.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: grpc
- dependency-name: github.com/grpc/grpc-swift-2
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: github.com/grpc/grpc-swift-nio-transport
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: github.com/grpc/grpc-swift-protobuf
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/swift/ee/psso/authentikPlatform.xcodeproj/grpc-dcd9aa6068 branch from 53f2983 to a14f95c Compare September 24, 2026 04:11

This branch has not been deployed

No deployments
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.

1 participant