Skip to content

Commit 0e5b1fa

Browse files
authored
chore: Bump dependency versions (#51)
* chore: Bump dependency versions * fix resolved file * fix file
1 parent 8098a13 commit 0e5b1fa

File tree

4 files changed

+31
-41
lines changed

4 files changed

+31
-41
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ on:
88
branches: [ main ]
99

1010
env:
11-
CI_XCODE: '/Applications/Xcode_14.2.app/Contents/Developer'
11+
CI_XCODE: '/Applications/Xcode_15.0.app/Contents/Developer'
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}
1515
cancel-in-progress: true
1616

1717
jobs:
1818
spm-test:
19-
runs-on: macos-latest
19+
runs-on: macos-13
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Use multiple cores
@@ -67,7 +67,7 @@ jobs:
6767

6868
docs:
6969
timeout-minutes: 20
70-
runs-on: macos-latest
70+
runs-on: macos-13
7171
steps:
7272
- uses: actions/checkout@v4
7373
- name: Use multiple cores

.github/workflows/release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ on:
44
types: [published]
55

66
env:
7-
CI_XCODE_VER: '/Applications/Xcode_12.app/Contents/Developer'
8-
CI_XCODE: '/Applications/Xcode_14.2.app/Contents/Developer'
7+
CI_XCODE: '/Applications/Xcode_15.0.app/Contents/Developer'
98

109
jobs:
1110
docs:
12-
runs-on: macos-latest
11+
runs-on: macos-13
1312
steps:
1413
- uses: actions/checkout@v4
1514
- name: Use multiple cores

Package.resolved

+24-33
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/swift-server/async-http-client.git",
77
"state" : {
8-
"revision" : "78db67e5bf4a8543075787f228e8920097319281",
9-
"version" : "1.18.0"
8+
"revision" : "16f7e62c08c6969899ce6cc277041e868364e5cf",
9+
"version" : "1.19.0"
1010
}
1111
},
1212
{
1313
"identity" : "async-kit",
1414
"kind" : "remoteSourceControl",
1515
"location" : "https://github.com/vapor/async-kit.git",
1616
"state" : {
17-
"revision" : "a61da00d404ec91d12766f1b9aac7d90777b484d",
18-
"version" : "1.17.0"
17+
"revision" : "eab9edff78e8ace20bd7cb6e792ab46d54f59ab9",
18+
"version" : "1.18.0"
1919
}
2020
},
2121
{
2222
"identity" : "console-kit",
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/vapor/console-kit.git",
2525
"state" : {
26-
"revision" : "447f1046fb4e9df40973fe426ecb24a6f0e8d3b4",
27-
"version" : "4.6.0"
26+
"revision" : "dcaea6c7f6e29d3ffb80975b24319af85c0afef0",
27+
"version" : "4.8.0"
2828
}
2929
},
3030
{
@@ -41,17 +41,17 @@
4141
"kind" : "remoteSourceControl",
4242
"location" : "https://github.com/netreconlab/Parse-Swift.git",
4343
"state" : {
44-
"revision" : "66627b55b558698f50220eaae4cea7057cd14450",
45-
"version" : "5.8.0"
44+
"revision" : "fc516a6e48c1c150a0ecac94910bc8dcedfc2e71",
45+
"version" : "5.8.1"
4646
}
4747
},
4848
{
4949
"identity" : "routing-kit",
5050
"kind" : "remoteSourceControl",
5151
"location" : "https://github.com/vapor/routing-kit.git",
5252
"state" : {
53-
"revision" : "611bc45c5dfb1f54b84d99b89d1f72191fb6b71b",
54-
"version" : "4.7.2"
53+
"revision" : "e0539da5b60a60d7381f44cdcf04036f456cee2f",
54+
"version" : "4.8.0"
5555
}
5656
},
5757
{
@@ -72,15 +72,6 @@
7272
"version" : "1.1.0"
7373
}
7474
},
75-
{
76-
"identity" : "swift-backtrace",
77-
"kind" : "remoteSourceControl",
78-
"location" : "https://github.com/swift-server/swift-backtrace.git",
79-
"state" : {
80-
"revision" : "f25620d5d05e2f1ba27154b40cafea2b67566956",
81-
"version" : "1.3.3"
82-
}
83-
},
8475
{
8576
"identity" : "swift-collections",
8677
"kind" : "remoteSourceControl",
@@ -95,17 +86,17 @@
9586
"kind" : "remoteSourceControl",
9687
"location" : "https://github.com/apple/swift-crypto.git",
9788
"state" : {
98-
"revision" : "33a20e650c33f6d72d822d558333f2085effa3dc",
99-
"version" : "2.5.0"
89+
"revision" : "629f0b679d0fd0a6ae823d7f750b9ab032c00b80",
90+
"version" : "3.0.0"
10091
}
10192
},
10293
{
10394
"identity" : "swift-log",
10495
"kind" : "remoteSourceControl",
10596
"location" : "https://github.com/apple/swift-log.git",
10697
"state" : {
107-
"revision" : "32e8d724467f8fe623624570367e3d50c5638e46",
108-
"version" : "1.5.2"
98+
"revision" : "532d8b529501fb73a2455b179e0bbb6d49b652ed",
99+
"version" : "1.5.3"
109100
}
110101
},
111102
{
@@ -122,17 +113,17 @@
122113
"kind" : "remoteSourceControl",
123114
"location" : "https://github.com/apple/swift-nio.git",
124115
"state" : {
125-
"revision" : "6213ba7a06febe8fef60563a4a7d26a4085783cf",
126-
"version" : "2.54.0"
116+
"revision" : "3db5c4aeee8100d2db6f1eaf3864afdad5dc68fd",
117+
"version" : "2.59.0"
127118
}
128119
},
129120
{
130121
"identity" : "swift-nio-extras",
131122
"kind" : "remoteSourceControl",
132123
"location" : "https://github.com/apple/swift-nio-extras.git",
133124
"state" : {
134-
"revision" : "0e0d0aab665ff1a0659ce75ac003081f2b1c8997",
135-
"version" : "1.19.0"
125+
"revision" : "fb70a0f5e984f23be48b11b4f1909f3bee016178",
126+
"version" : "1.19.1"
136127
}
137128
},
138129
{
@@ -149,17 +140,17 @@
149140
"kind" : "remoteSourceControl",
150141
"location" : "https://github.com/apple/swift-nio-ssl.git",
151142
"state" : {
152-
"revision" : "e866a626e105042a6a72a870c88b4c531ba05f83",
153-
"version" : "2.24.0"
143+
"revision" : "320bd978cceb8e88c125dcbb774943a92f6286e9",
144+
"version" : "2.25.0"
154145
}
155146
},
156147
{
157148
"identity" : "swift-nio-transport-services",
158149
"kind" : "remoteSourceControl",
159150
"location" : "https://github.com/apple/swift-nio-transport-services.git",
160151
"state" : {
161-
"revision" : "41f4098903878418537020075a4d8a6e20a0b182",
162-
"version" : "1.17.0"
152+
"revision" : "e7403c35ca6bb539a7ca353b91cc2d8ec0362d58",
153+
"version" : "1.19.0"
163154
}
164155
},
165156
{
@@ -176,8 +167,8 @@
176167
"kind" : "remoteSourceControl",
177168
"location" : "https://github.com/vapor/vapor.git",
178169
"state" : {
179-
"revision" : "9a340de4995e5a9dade4ff4c51cd2e6ae30c12d6",
180-
"version" : "4.77.0"
170+
"revision" : "1f2b44b1739ff5cdec6c6dfec40020f5d4b2a813",
171+
"version" : "4.83.2"
181172
}
182173
},
183174
{

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ let package = Package(
1616
.library(name: "ParseServerSwift", targets: ["ParseServerSwift"])
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.77.0")),
19+
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.83.2")),
2020
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
21-
.upToNextMajor(from: "5.8.0"))
21+
.upToNextMajor(from: "5.8.1"))
2222
],
2323
targets: [
2424
.target(

0 commit comments

Comments
 (0)