Skip to content

Commit 13cb7a0

Browse files
authored
chore: Update AWS SDKs to 2.26.0 (#1441)
1 parent e336c4e commit 13cb7a0

File tree

14 files changed

+223
-223
lines changed

14 files changed

+223
-223
lines changed

AWSPluginsCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$AMPLIFY_VERSION = '1.13.4'
1111
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
1212

13-
$AWS_SDK_VERSION = '2.25.0'
13+
$AWS_SDK_VERSION = '2.26.0'
1414
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"
1515

1616
Pod::Spec.new do |s|

AWSPredictionsPlugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$AMPLIFY_VERSION = '1.13.4'
33
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
44

5-
$AWS_SDK_VERSION = '2.25.0'
5+
$AWS_SDK_VERSION = '2.26.0'
66
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"
77

88
Pod::Spec.new do |s|

AmplifyPlugins.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$AMPLIFY_VERSION = '1.13.4'
1111
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
1212

13-
$AWS_SDK_VERSION = '2.25.0'
13+
$AWS_SDK_VERSION = '2.26.0'
1414
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"
1515

1616
Pod::Spec.new do |s|

AmplifyPlugins/API/Podfile.lock

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,50 +3,50 @@ PODS:
33
- Amplify/Default (= 1.13.4)
44
- Amplify/Default (1.13.4)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.13.4):
6-
- AWSAuthCore (~> 2.25.0)
7-
- AWSCognitoIdentityProvider (~> 2.25.0)
8-
- AWSCognitoIdentityProviderASF (~> 2.25.0)
9-
- AWSCore (~> 2.25.0)
10-
- AWSMobileClient (~> 2.25.0)
6+
- AWSAuthCore (~> 2.26.0)
7+
- AWSCognitoIdentityProvider (~> 2.26.0)
8+
- AWSCognitoIdentityProviderASF (~> 2.26.0)
9+
- AWSCore (~> 2.26.0)
10+
- AWSMobileClient (~> 2.26.0)
1111
- AWSPluginsCore (= 1.13.4)
1212
- AmplifyTestCommon (1.13.4):
1313
- Amplify (= 1.13.4)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.13.4)
1515
- AmplifyTestCommon/AWSPluginsTestCommon (1.13.4):
1616
- Amplify (= 1.13.4)
17-
- AWSCore (~> 2.25.0)
18-
- AWSMobileClient (~> 2.25.0)
17+
- AWSCore (~> 2.26.0)
18+
- AWSMobileClient (~> 2.26.0)
1919
- AWSPluginsCore (= 1.13.4)
2020
- AppSyncRealTimeClient (1.5.0):
2121
- Starscream (~> 3.1.1)
22-
- AWSAuthCore (2.25.0):
23-
- AWSCore (= 2.25.0)
24-
- AWSCognitoIdentityProvider (2.25.0):
25-
- AWSCognitoIdentityProviderASF (= 2.25.0)
26-
- AWSCore (= 2.25.0)
27-
- AWSCognitoIdentityProviderASF (2.25.0)
28-
- AWSCore (2.25.0)
29-
- AWSMobileClient (2.25.0):
30-
- AWSAuthCore (= 2.25.0)
31-
- AWSCognitoIdentityProvider (= 2.25.0)
32-
- AWSCognitoIdentityProviderASF (= 2.25.0)
33-
- AWSCore (= 2.25.0)
22+
- AWSAuthCore (2.26.0):
23+
- AWSCore (= 2.26.0)
24+
- AWSCognitoIdentityProvider (2.26.0):
25+
- AWSCognitoIdentityProviderASF (= 2.26.0)
26+
- AWSCore (= 2.26.0)
27+
- AWSCognitoIdentityProviderASF (2.26.0)
28+
- AWSCore (2.26.0)
29+
- AWSMobileClient (2.26.0):
30+
- AWSAuthCore (= 2.26.0)
31+
- AWSCognitoIdentityProvider (= 2.26.0)
32+
- AWSCognitoIdentityProviderASF (= 2.26.0)
33+
- AWSCore (= 2.26.0)
3434
- AWSPluginsCore (1.13.4):
3535
- Amplify (= 1.13.4)
36-
- AWSCore (~> 2.25.0)
36+
- AWSCore (~> 2.26.0)
3737
- CwlCatchException (1.0.2)
3838
- CwlPreconditionTesting (1.1.1):
3939
- CwlCatchException
4040
- Starscream (3.1.1)
4141
- SwiftFormat/CLI (0.44.17)
42-
- SwiftLint (0.43.1)
42+
- SwiftLint (0.44.0)
4343

4444
DEPENDENCIES:
4545
- Amplify (from `../../`)
4646
- AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`)
4747
- AmplifyTestCommon (from `../../`)
4848
- AppSyncRealTimeClient (~> 1.4)
49-
- AWSMobileClient (~> 2.25.0)
49+
- AWSMobileClient (~> 2.26.0)
5050
- AWSPluginsCore (from `../../`)
5151
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
5252
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
@@ -91,20 +91,20 @@ CHECKOUT OPTIONS:
9191

9292
SPEC CHECKSUMS:
9393
Amplify: 11b9c65b428f4897bbacc64983af94ba4ff187d7
94-
AmplifyPlugins: 290f52ebdc10a84af0b0408d52b6153b0806e31f
95-
AmplifyTestCommon: e8e710f1f6b637abd7f0811c3de99b939f740f1b
94+
AmplifyPlugins: f1c7024779e1498042b056852a9a76ef5e66e10f
95+
AmplifyTestCommon: 43de4c4d2b37309d3a7773481843f0c9b197c05e
9696
AppSyncRealTimeClient: 2b4482b1770a3e5cf64f9714a6d198550017b5a2
97-
AWSAuthCore: c1ea75ec283e5ac3eb042de21f7ab127ad50de11
98-
AWSCognitoIdentityProvider: f52be11a4b2f2e9971ef0559da24e288d5c28869
99-
AWSCognitoIdentityProviderASF: d58893fe74d0db1817e77592eed30c4f5b5a2672
100-
AWSCore: 9c51a3004e9e91528160ea978fd0c5d92780a45e
101-
AWSMobileClient: b4480d4b69b1ae52a76588f74bf9c936f7600e46
102-
AWSPluginsCore: c7807376b795c0976065e40bc31de11ac4b2a0f5
97+
AWSAuthCore: e33e7d1c2a7e6c08a026865f9396b0ef870faac3
98+
AWSCognitoIdentityProvider: 4119e1492b23fc408a18c6dafe06888ef03c96e3
99+
AWSCognitoIdentityProviderASF: a7f1e8cbafbac53ea1150ca50eac870d5c04dacf
100+
AWSCore: b6d8dda67f24c6fc4c354334ec6d34238f37b735
101+
AWSMobileClient: a9a498884df72531e3e73c9d7bb087f72364204d
102+
AWSPluginsCore: e40ab5c3513736f1f039f8fecbdb3dfeb2ff6832
103103
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
104104
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
105105
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0
106106
SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4
107-
SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52
107+
SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584
108108

109109
PODFILE CHECKSUM: f4862bd3f463c8e22ed5d6968ce3afcc836fca11
110110

AmplifyPlugins/Analytics/Podfile.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,48 @@ PODS:
33
- Amplify/Default (= 1.13.4)
44
- Amplify/Default (1.13.4)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.13.4):
6-
- AWSAuthCore (~> 2.25.0)
7-
- AWSCognitoIdentityProvider (~> 2.25.0)
8-
- AWSCognitoIdentityProviderASF (~> 2.25.0)
9-
- AWSCore (~> 2.25.0)
10-
- AWSMobileClient (~> 2.25.0)
6+
- AWSAuthCore (~> 2.26.0)
7+
- AWSCognitoIdentityProvider (~> 2.26.0)
8+
- AWSCognitoIdentityProviderASF (~> 2.26.0)
9+
- AWSCore (~> 2.26.0)
10+
- AWSMobileClient (~> 2.26.0)
1111
- AWSPluginsCore (= 1.13.4)
1212
- AmplifyTestCommon (1.13.4):
1313
- Amplify (= 1.13.4)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.13.4)
1515
- AmplifyTestCommon/AWSPluginsTestCommon (1.13.4):
1616
- Amplify (= 1.13.4)
17-
- AWSCore (~> 2.25.0)
18-
- AWSMobileClient (~> 2.25.0)
17+
- AWSCore (~> 2.26.0)
18+
- AWSMobileClient (~> 2.26.0)
1919
- AWSPluginsCore (= 1.13.4)
20-
- AWSAuthCore (2.25.0):
21-
- AWSCore (= 2.25.0)
22-
- AWSCognitoIdentityProvider (2.25.0):
23-
- AWSCognitoIdentityProviderASF (= 2.25.0)
24-
- AWSCore (= 2.25.0)
25-
- AWSCognitoIdentityProviderASF (2.25.0)
26-
- AWSCore (2.25.0)
27-
- AWSMobileClient (2.25.0):
28-
- AWSAuthCore (= 2.25.0)
29-
- AWSCognitoIdentityProvider (= 2.25.0)
30-
- AWSCognitoIdentityProviderASF (= 2.25.0)
31-
- AWSCore (= 2.25.0)
32-
- AWSPinpoint (2.25.0):
33-
- AWSCore (= 2.25.0)
20+
- AWSAuthCore (2.26.0):
21+
- AWSCore (= 2.26.0)
22+
- AWSCognitoIdentityProvider (2.26.0):
23+
- AWSCognitoIdentityProviderASF (= 2.26.0)
24+
- AWSCore (= 2.26.0)
25+
- AWSCognitoIdentityProviderASF (2.26.0)
26+
- AWSCore (2.26.0)
27+
- AWSMobileClient (2.26.0):
28+
- AWSAuthCore (= 2.26.0)
29+
- AWSCognitoIdentityProvider (= 2.26.0)
30+
- AWSCognitoIdentityProviderASF (= 2.26.0)
31+
- AWSCore (= 2.26.0)
32+
- AWSPinpoint (2.26.0):
33+
- AWSCore (= 2.26.0)
3434
- AWSPluginsCore (1.13.4):
3535
- Amplify (= 1.13.4)
36-
- AWSCore (~> 2.25.0)
36+
- AWSCore (~> 2.26.0)
3737
- CwlCatchException (1.0.2)
3838
- CwlPreconditionTesting (1.1.1):
3939
- CwlCatchException
4040
- SwiftFormat/CLI (0.44.17)
41-
- SwiftLint (0.43.1)
41+
- SwiftLint (0.44.0)
4242

4343
DEPENDENCIES:
4444
- Amplify (from `../../`)
4545
- AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`)
4646
- AmplifyTestCommon (from `../../`)
47-
- AWSPinpoint (~> 2.25.0)
47+
- AWSPinpoint (~> 2.26.0)
4848
- AWSPluginsCore (from `../../`)
4949
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
5050
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
@@ -88,19 +88,19 @@ CHECKOUT OPTIONS:
8888

8989
SPEC CHECKSUMS:
9090
Amplify: 11b9c65b428f4897bbacc64983af94ba4ff187d7
91-
AmplifyPlugins: 290f52ebdc10a84af0b0408d52b6153b0806e31f
92-
AmplifyTestCommon: e8e710f1f6b637abd7f0811c3de99b939f740f1b
93-
AWSAuthCore: c1ea75ec283e5ac3eb042de21f7ab127ad50de11
94-
AWSCognitoIdentityProvider: f52be11a4b2f2e9971ef0559da24e288d5c28869
95-
AWSCognitoIdentityProviderASF: d58893fe74d0db1817e77592eed30c4f5b5a2672
96-
AWSCore: 9c51a3004e9e91528160ea978fd0c5d92780a45e
97-
AWSMobileClient: b4480d4b69b1ae52a76588f74bf9c936f7600e46
98-
AWSPinpoint: 6c9b072769fee46dea2f403769799731237d8dc0
99-
AWSPluginsCore: c7807376b795c0976065e40bc31de11ac4b2a0f5
91+
AmplifyPlugins: f1c7024779e1498042b056852a9a76ef5e66e10f
92+
AmplifyTestCommon: 43de4c4d2b37309d3a7773481843f0c9b197c05e
93+
AWSAuthCore: e33e7d1c2a7e6c08a026865f9396b0ef870faac3
94+
AWSCognitoIdentityProvider: 4119e1492b23fc408a18c6dafe06888ef03c96e3
95+
AWSCognitoIdentityProviderASF: a7f1e8cbafbac53ea1150ca50eac870d5c04dacf
96+
AWSCore: b6d8dda67f24c6fc4c354334ec6d34238f37b735
97+
AWSMobileClient: a9a498884df72531e3e73c9d7bb087f72364204d
98+
AWSPinpoint: d00a06ed0dcfec362e03cae254a5455d44e16c83
99+
AWSPluginsCore: e40ab5c3513736f1f039f8fecbdb3dfeb2ff6832
100100
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
101101
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
102102
SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4
103-
SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52
103+
SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584
104104

105105
PODFILE CHECKSUM: 48d1574dddce5cef7bdb7b05b06fc588ee22956e
106106

AmplifyPlugins/Auth/Podfile.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,34 @@ PODS:
77
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.13.4)
88
- AmplifyTestCommon/AWSPluginsTestCommon (1.13.4):
99
- Amplify (= 1.13.4)
10-
- AWSCore (~> 2.25.0)
11-
- AWSMobileClient (~> 2.25.0)
10+
- AWSCore (~> 2.26.0)
11+
- AWSMobileClient (~> 2.26.0)
1212
- AWSPluginsCore (= 1.13.4)
13-
- AWSAuthCore (2.25.0):
14-
- AWSCore (= 2.25.0)
15-
- AWSCognitoIdentityProvider (2.25.0):
16-
- AWSCognitoIdentityProviderASF (= 2.25.0)
17-
- AWSCore (= 2.25.0)
18-
- AWSCognitoIdentityProviderASF (2.25.0)
19-
- AWSCore (2.25.0)
20-
- AWSMobileClient (2.25.0):
21-
- AWSAuthCore (= 2.25.0)
22-
- AWSCognitoIdentityProvider (= 2.25.0)
23-
- AWSCognitoIdentityProviderASF (= 2.25.0)
24-
- AWSCore (= 2.25.0)
13+
- AWSAuthCore (2.26.0):
14+
- AWSCore (= 2.26.0)
15+
- AWSCognitoIdentityProvider (2.26.0):
16+
- AWSCognitoIdentityProviderASF (= 2.26.0)
17+
- AWSCore (= 2.26.0)
18+
- AWSCognitoIdentityProviderASF (2.26.0)
19+
- AWSCore (2.26.0)
20+
- AWSMobileClient (2.26.0):
21+
- AWSAuthCore (= 2.26.0)
22+
- AWSCognitoIdentityProvider (= 2.26.0)
23+
- AWSCognitoIdentityProviderASF (= 2.26.0)
24+
- AWSCore (= 2.26.0)
2525
- AWSPluginsCore (1.13.4):
2626
- Amplify (= 1.13.4)
27-
- AWSCore (~> 2.25.0)
27+
- AWSCore (~> 2.26.0)
2828
- CwlCatchException (1.0.2)
2929
- CwlPreconditionTesting (1.1.1):
3030
- CwlCatchException
3131
- SwiftFormat/CLI (0.44.17)
32-
- SwiftLint (0.43.1)
32+
- SwiftLint (0.44.0)
3333

3434
DEPENDENCIES:
3535
- Amplify (from `../../`)
3636
- AmplifyTestCommon (from `../../`)
37-
- AWSMobileClient (~> 2.25.0)
37+
- AWSMobileClient (~> 2.26.0)
3838
- AWSPluginsCore (from `../../`)
3939
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
4040
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
@@ -75,17 +75,17 @@ CHECKOUT OPTIONS:
7575

7676
SPEC CHECKSUMS:
7777
Amplify: 11b9c65b428f4897bbacc64983af94ba4ff187d7
78-
AmplifyTestCommon: e8e710f1f6b637abd7f0811c3de99b939f740f1b
79-
AWSAuthCore: c1ea75ec283e5ac3eb042de21f7ab127ad50de11
80-
AWSCognitoIdentityProvider: f52be11a4b2f2e9971ef0559da24e288d5c28869
81-
AWSCognitoIdentityProviderASF: d58893fe74d0db1817e77592eed30c4f5b5a2672
82-
AWSCore: 9c51a3004e9e91528160ea978fd0c5d92780a45e
83-
AWSMobileClient: b4480d4b69b1ae52a76588f74bf9c936f7600e46
84-
AWSPluginsCore: c7807376b795c0976065e40bc31de11ac4b2a0f5
78+
AmplifyTestCommon: 43de4c4d2b37309d3a7773481843f0c9b197c05e
79+
AWSAuthCore: e33e7d1c2a7e6c08a026865f9396b0ef870faac3
80+
AWSCognitoIdentityProvider: 4119e1492b23fc408a18c6dafe06888ef03c96e3
81+
AWSCognitoIdentityProviderASF: a7f1e8cbafbac53ea1150ca50eac870d5c04dacf
82+
AWSCore: b6d8dda67f24c6fc4c354334ec6d34238f37b735
83+
AWSMobileClient: a9a498884df72531e3e73c9d7bb087f72364204d
84+
AWSPluginsCore: e40ab5c3513736f1f039f8fecbdb3dfeb2ff6832
8585
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
8686
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
8787
SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4
88-
SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52
88+
SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584
8989

9090
PODFILE CHECKSUM: 371cf67fe35ebb5167d0880bad12b01618a0fb0e
9191

0 commit comments

Comments
 (0)