chore: bump up apollographql/apollo-ios version to v1.25.5

This commit is contained in:
renovate[bot]
2026-04-16 05:48:49 +00:00
committed by GitHub
parent 1d66e7e8ca
commit e0fc559c8c
3 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apollographql/apollo-ios",
"state" : {
"revision" : "185b322c503dc2e6b76a2d379cba4758da03cb8c",
"version" : "1.25.4"
"revision" : "8e937074733ab66c0a0b4757e5d08fea4c7a15f9",
"version" : "1.25.5"
}
},
{

View File

@@ -14,7 +14,7 @@ let package = Package(
.library(name: "AffineGraphQL", targets: ["AffineGraphQL"]),
],
dependencies: [
.package(url: "https://github.com/apollographql/apollo-ios", exact: "1.25.4"),
.package(url: "https://github.com/apollographql/apollo-ios", exact: "1.25.5"),
],
targets: [
.target(

View File

@@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(path: "../AffineGraphQL"),
.package(path: "../AffineResources"),
.package(url: "https://github.com/apollographql/apollo-ios.git", from: "1.25.4"),
.package(url: "https://github.com/apollographql/apollo-ios.git", from: "1.25.5"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.4.1"),
.package(url: "https://github.com/SnapKit/SnapKit.git", from: "5.7.1"),
.package(url: "https://github.com/SwifterSwift/SwifterSwift.git", from: "6.2.0"),