Skip to content

Commit 0b5a3b7

Browse files
Update dependencies
1 parent 411f2e0 commit 0b5a3b7

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.ios-test-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.2
1+
18.0

Fyreplace.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1060,23 +1060,23 @@
10601060
repositoryURL = "https://github.com/getsentry/sentry-cocoa.git";
10611061
requirement = {
10621062
kind = upToNextMajorVersion;
1063-
minimumVersion = 8.43.0;
1063+
minimumVersion = 8.47.0;
10641064
};
10651065
};
10661066
4D13AF5F2C482F0100845FDB /* XCRemoteSwiftPackageReference "swift-openapi-generator" */ = {
10671067
isa = XCRemoteSwiftPackageReference;
10681068
repositoryURL = "https://github.com/apple/swift-openapi-generator.git";
10691069
requirement = {
10701070
kind = upToNextMajorVersion;
1071-
minimumVersion = 1.6.0;
1071+
minimumVersion = 1.7.1;
10721072
};
10731073
};
10741074
4D13AF602C482F1C00845FDB /* XCRemoteSwiftPackageReference "swift-openapi-runtime" */ = {
10751075
isa = XCRemoteSwiftPackageReference;
10761076
repositoryURL = "https://github.com/apple/swift-openapi-runtime.git";
10771077
requirement = {
10781078
kind = upToNextMajorVersion;
1079-
minimumVersion = 1.7.0;
1079+
minimumVersion = 1.8.1;
10801080
};
10811081
};
10821082
4D13AF632C482F4500845FDB /* XCRemoteSwiftPackageReference "swift-openapi-urlsession" */ = {

Fyreplace.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+14-14
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66
"kind" : "remoteSourceControl",
77
"location" : "https://github.com/mattpolzin/OpenAPIKit",
88
"state" : {
9-
"revision" : "5b5ee49624dda5b3e3b85aff184f44a007862fb7",
10-
"version" : "3.3.0"
9+
"revision" : "90c137c3dfde4e31204ffccc51a0a17a959efde7",
10+
"version" : "3.4.1"
1111
}
1212
},
1313
{
1414
"identity" : "sentry-cocoa",
1515
"kind" : "remoteSourceControl",
1616
"location" : "https://github.com/getsentry/sentry-cocoa.git",
1717
"state" : {
18-
"revision" : "f45e9c62d7a4d9258ac3cf35a3acf9dbab4481d1",
19-
"version" : "8.43.0"
18+
"revision" : "21223d1c864db0561d91f48d80f269a363a1625d",
19+
"version" : "8.47.0"
2020
}
2121
},
2222
{
2323
"identity" : "swift-algorithms",
2424
"kind" : "remoteSourceControl",
2525
"location" : "https://github.com/apple/swift-algorithms",
2626
"state" : {
27-
"revision" : "f6919dfc309e7f1b56224378b11e28bab5bccc42",
28-
"version" : "1.2.0"
27+
"revision" : "87e50f483c54e6efd60e885f7f5aa946cee68023",
28+
"version" : "1.2.1"
2929
}
3030
},
3131
{
@@ -60,26 +60,26 @@
6060
"kind" : "remoteSourceControl",
6161
"location" : "https://github.com/apple/swift-numerics.git",
6262
"state" : {
63-
"revision" : "0a5bc04095a675662cf24757cc0640aa2204253b",
64-
"version" : "1.0.2"
63+
"revision" : "e0ec0f5f3af6f3e4d5e7a19d2af26b481acb6ba8",
64+
"version" : "1.0.3"
6565
}
6666
},
6767
{
6868
"identity" : "swift-openapi-generator",
6969
"kind" : "remoteSourceControl",
7070
"location" : "https://github.com/apple/swift-openapi-generator.git",
7171
"state" : {
72-
"revision" : "ad7f0e73246f5083733dbc025097fcdf0fbee2a1",
73-
"version" : "1.6.0"
72+
"revision" : "755c0ec69bd667aa4e8ba50c8b710585d302879e",
73+
"version" : "1.7.1"
7474
}
7575
},
7676
{
7777
"identity" : "swift-openapi-runtime",
7878
"kind" : "remoteSourceControl",
7979
"location" : "https://github.com/apple/swift-openapi-runtime.git",
8080
"state" : {
81-
"revision" : "5e119a3d52dde0229312ed586be99c666c6b6f64",
82-
"version" : "1.7.0"
81+
"revision" : "81c309c7b43cd56b2d2b90ca0170f17ff3d0c433",
82+
"version" : "1.8.1"
8383
}
8484
},
8585
{
@@ -96,8 +96,8 @@
9696
"kind" : "remoteSourceControl",
9797
"location" : "https://github.com/jpsim/Yams",
9898
"state" : {
99-
"revision" : "3036ba9d69cf1fd04d433527bc339dc0dc75433d",
100-
"version" : "5.1.3"
99+
"revision" : "b4b8042411dc7bbb696300a34a4bf3ba1b7ad19b",
100+
"version" : "5.3.1"
101101
}
102102
}
103103
],

0 commit comments

Comments
 (0)