Skip to content

Commit 9dac6d5

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency vapor/vapor to v4.102.1 (#1161)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vapor/vapor](https://togithub.com/vapor/vapor) | patch | `4.102.0` -> `4.102.1` | --- ### Release Notes <details> <summary>vapor/vapor (vapor/vapor)</summary> ### [`v4.102.1`](https://togithub.com/vapor/vapor/releases/tag/4.102.1): - Incorrect HTTPMediaType/parameters Documentation Formatting. [Compare Source](https://togithub.com/vapor/vapor/compare/4.102.0...4.102.1) #### What's Changed Incorrect HTTPMediaType/parameters Documentation Formatting. by [@&#8203;dimitribouniol](https://togithub.com/dimitribouniol) in [#&#8203;3214](https://togithub.com/vapor/vapor/issues/3214) > Fixed an issue where docs for HTTPMediaType/parameters were incorrectly formatted. This was because `parameters` was being interpreted as the argument list, and wouldn’t render. > > ### Before > > … ###### *This patch was released by [@&#8203;0xTim](https://togithub.com/0xTim)* **Full Changelog**: vapor/vapor@4.102.0...4.102.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent 53bfbaa commit 9dac6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vapor_example/swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "vapor_example",
77
dependencies: [
8-
.package(url: "https://github.com/vapor/vapor.git", exact: "4.102.0"),
8+
.package(url: "https://github.com/vapor/vapor.git", exact: "4.102.1"),
99
.package(url: "https://github.com/vapor/fluent.git", exact: "4.11.0"),
1010
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.7.3"),
1111
]

0 commit comments

Comments
 (0)