Skip to content

Commit

Permalink
chore(deps): update dependency google/googlesignin-ios to from: "7.1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed Mar 28, 2024
1 parent 62e7d6e commit ba1d660
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
16 changes: 8 additions & 8 deletions examples/resources_example/swift/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/openid/AppAuth-iOS.git",
"state" : {
"revision" : "71cde449f13d453227e687458144bde372d30fc7",
"version" : "1.6.2"
"revision" : "7e2c09cbeb3bb799f26c268dbedb26325ea722a9",
"version" : "1.7.3"
}
},
{
"identity" : "googlesignin-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleSignIn-iOS",
"state" : {
"revision" : "7932d33686c1dc4d7df7a919aae47361d1cdfda4",
"version" : "7.0.0"
"revision" : "a7965d134c5d3567026c523e0a8a583f73b62b0d",
"version" : "7.1.0"
}
},
{
"identity" : "gtm-session-fetcher",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/gtm-session-fetcher.git",
"state" : {
"revision" : "d415594121c9e8a4f9d79cecee0965cf35e74dbd",
"version" : "3.1.1"
"revision" : "9534039303015a84837090d20fa21cae6e5eadb6",
"version" : "3.3.2"
}
},
{
"identity" : "gtmappauth",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GTMAppAuth.git",
"state" : {
"revision" : "cee3c709307912d040bd1e06ca919875a92339c6",
"version" : "2.0.0"
"revision" : "5d7d66f647400952b1758b230e019b07c0b4b22a",
"version" : "4.1.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/resources_example/swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
.package(path: "../third_party/app_lovin_sdk"),
.package(path: "../third_party/package_with_resources"),
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.0.2"),
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "7.0.0"),
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "7.1.0"),
.package(
url: "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk",
from: "18.4.2"
Expand Down
19 changes: 10 additions & 9 deletions examples/resources_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@
{
"name": "GTMAppAuth",
"c99name": "GTMAppAuth",
"src_type": "objc",
"src_type": "swift",
"label": "@swiftpkg_gtmappauth//:GTMAppAuth.rspm",
"modulemap_label": "@swiftpkg_gtmappauth//:GTMAppAuth.rspm_modulemap",
"package_identity": "gtmappauth",
"product_memberships": [
"GTMAppAuth"
Expand Down Expand Up @@ -336,36 +337,36 @@
"name": "swiftpkg_appauth_ios",
"identity": "appauth-ios",
"remote": {
"commit": "71cde449f13d453227e687458144bde372d30fc7",
"commit": "7e2c09cbeb3bb799f26c268dbedb26325ea722a9",
"remote": "https://github.com/openid/AppAuth-iOS.git",
"version": "1.6.2"
"version": "1.7.3"
}
},
{
"name": "swiftpkg_googlesignin_ios",
"identity": "googlesignin-ios",
"remote": {
"commit": "7932d33686c1dc4d7df7a919aae47361d1cdfda4",
"commit": "a7965d134c5d3567026c523e0a8a583f73b62b0d",
"remote": "https://github.com/google/GoogleSignIn-iOS",
"version": "7.0.0"
"version": "7.1.0"
}
},
{
"name": "swiftpkg_gtm_session_fetcher",
"identity": "gtm-session-fetcher",
"remote": {
"commit": "d415594121c9e8a4f9d79cecee0965cf35e74dbd",
"commit": "9534039303015a84837090d20fa21cae6e5eadb6",
"remote": "https://github.com/google/gtm-session-fetcher.git",
"version": "3.1.1"
"version": "3.3.2"
}
},
{
"name": "swiftpkg_gtmappauth",
"identity": "gtmappauth",
"remote": {
"commit": "cee3c709307912d040bd1e06ca919875a92339c6",
"commit": "5d7d66f647400952b1758b230e019b07c0b4b22a",
"remote": "https://github.com/google/GTMAppAuth.git",
"version": "2.0.0"
"version": "4.1.1"
}
},
{
Expand Down

0 comments on commit ba1d660

Please sign in to comment.