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

This commit is contained in:
renovate[bot]
2026-03-21 19:06:25 +00:00
committed by GitHub
parent ffa3ff9d7f
commit 6e0b413cb5
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" : "d591c1dd55824867877cff4f6551fe32983d7f51",
"version" : "1.23.0"
"revision" : "1abd62f6cbc8c1f4405919d7eb6cd8e96967b07c",
"version" : "1.25.3"
}
},
{

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.23.0"),
.package(url: "https://github.com/apollographql/apollo-ios", exact: "1.25.3"),
],
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.23.0"),
.package(url: "https://github.com/apollographql/apollo-ios.git", from: "1.25.3"),
.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"),