This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-connect-swift.git
The following commit(s) were added to refs/heads/main by this push:
new c4f258f [SPARK-55844] Upgrade `Vapor` to 4.121.3 in `web` example
c4f258f is described below
commit c4f258f5bbeb0905452fe33e482626921cbdd880
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Mar 5 09:00:51 2026 -0800
[SPARK-55844] Upgrade `Vapor` to 4.121.3 in `web` example
### What changes were proposed in this pull request?
This PR upgrades the `Vapor` dependency version from `4.115.0` to `4.121.3`
in the `web` example.
### Why are the changes needed?
To keep the example dependencies up-to-date and leverage the latest
improvements, bug fixes, and security patches provided in Vapor `4.121.3`.
- https://github.com/vapor/vapor/releases/tag/4.121.3 (2026-02-24)
- https://github.com/vapor/vapor/releases/tag/4.121.2 (2026-02-10)
- https://github.com/vapor/vapor/releases/tag/4.121.1 (2026-01-14)
- https://github.com/vapor/vapor/releases/tag/4.121.0 (2026-01-05)
- https://github.com/vapor/vapor/releases/tag/4.120.0 (2025-12-12)
- https://github.com/vapor/vapor/releases/tag/4.119.2 (2025-11-11)
- https://github.com/vapor/vapor/releases/tag/4.119.1 (2025-11-10)
- https://github.com/vapor/vapor/releases/tag/4.119.0 (2025-11-05)
- https://github.com/vapor/vapor/releases/tag/4.118.0 (2025-11-04)
- https://github.com/vapor/vapor/releases/tag/4.117.2 (2025-11-03)
- https://github.com/vapor/vapor/releases/tag/4.117.1 (2025-11-03)
- https://github.com/vapor/vapor/releases/tag/4.117.0 (2025-09-12)
- https://github.com/vapor/vapor/releases/tag/4.116.0 (2025-09-09)
- https://github.com/vapor/vapor/releases/tag/4.115.1 (2025-07-14)
### Does this PR introduce _any_ user-facing change?
No. This only updates a dependency in the example project and does not
affect the core Spark Connect Swift API.
### How was this patch tested?
Pass the GitHub Actions CI.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity`.
Closes #302 from dongjoon-hyun/SPARK-55844.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
Examples/web/Package.swift | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Examples/web/Package.swift b/Examples/web/Package.swift
index 17934d3..f960e03 100644
--- a/Examples/web/Package.swift
+++ b/Examples/web/Package.swift
@@ -26,7 +26,7 @@ let package = Package(
],
dependencies: [
// 💧 A server-side Swift web framework.
- .package(url: "https://github.com/vapor/vapor.git", from: "4.115.0"),
+ .package(url: "https://github.com/vapor/vapor.git", from: "4.121.3"),
// 🔵 Non-blocking, event-driven networking for Swift. Used for custom
executors
.package(url: "https://github.com/apple/swift-nio.git", from: "2.65.0"),
.package(url: "https://github.com/apache/spark-connect-swift.git", branch:
"main"),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]