Skip to content

Commit 3bcd155

Browse files
authored
chore: update sdk to v2.26.1 (#1462)
1 parent 62f8490 commit 3bcd155

File tree

14 files changed

+141
-141
lines changed

14 files changed

+141
-141
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.14.0'
1111
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
1212

13-
$AWS_SDK_VERSION = '2.26.0'
13+
$AWS_SDK_VERSION = '2.26.1'
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.14.0'
33
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
44

5-
$AWS_SDK_VERSION = '2.26.0'
5+
$AWS_SDK_VERSION = '2.26.1'
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.14.0'
1111
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
1212

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

1616
Pod::Spec.new do |s|

AmplifyPlugins/API/Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ PODS:
33
- Amplify/Default (= 1.14.0)
44
- Amplify/Default (1.14.0)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.14.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)
6+
- AWSAuthCore (~> 2.26.1)
7+
- AWSCognitoIdentityProvider (~> 2.26.1)
8+
- AWSCognitoIdentityProviderASF (~> 2.26.1)
9+
- AWSCore (~> 2.26.1)
10+
- AWSMobileClient (~> 2.26.1)
1111
- AWSPluginsCore (= 1.14.0)
1212
- AmplifyTestCommon (1.14.0):
1313
- Amplify (= 1.14.0)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.14.0)
1515
- AmplifyTestCommon/AWSPluginsTestCommon (1.14.0):
1616
- Amplify (= 1.14.0)
17-
- AWSCore (~> 2.26.0)
18-
- AWSMobileClient (~> 2.26.0)
17+
- AWSCore (~> 2.26.1)
18+
- AWSMobileClient (~> 2.26.1)
1919
- AWSPluginsCore (= 1.14.0)
2020
- AppSyncRealTimeClient (1.5.0):
2121
- Starscream (~> 3.1.1)
@@ -33,7 +33,7 @@ PODS:
3333
- AWSCore (= 2.26.1)
3434
- AWSPluginsCore (1.14.0):
3535
- Amplify (= 1.14.0)
36-
- AWSCore (~> 2.26.0)
36+
- AWSCore (~> 2.26.1)
3737
- CwlCatchException (1.0.2)
3838
- CwlPreconditionTesting (1.1.1):
3939
- CwlCatchException
@@ -90,15 +90,15 @@ CHECKOUT OPTIONS:
9090

9191
SPEC CHECKSUMS:
9292
Amplify: 6402de6b8e46f3228b59fef3dfe379ebbfb0e0f1
93-
AmplifyPlugins: 94bb3e7e006b41f82e8a0a1dbbc48925d9edbe4c
94-
AmplifyTestCommon: cf9d5a7a3bb697f8cd5fe4d8fae0f968033abdd0
93+
AmplifyPlugins: e70f25e5f4f765c53328b18f19c21576d8e3fddf
94+
AmplifyTestCommon: 8590962e8f961b0243d33b9cb53ed3ae5d8eaf0a
9595
AppSyncRealTimeClient: 2b4482b1770a3e5cf64f9714a6d198550017b5a2
9696
AWSAuthCore: 264faaa6af5990af2c77effe8f398a4b80e6c44e
9797
AWSCognitoIdentityProvider: 5df455775b57eb4e61862acd88d93e56113950c4
9898
AWSCognitoIdentityProviderASF: b2c180f69537d57ff485f7314fd266032ca3f898
9999
AWSCore: 0f855e20ccb13e028932b737f0706023a9561399
100100
AWSMobileClient: ba255030a481b8a123b21585548e761456efc64b
101-
AWSPluginsCore: 75950cfd39535b0a3654096cb472a7ee5b2ce0fa
101+
AWSPluginsCore: 210690e20dc27b2a3ad22794556d5adfe6de94f8
102102
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
103103
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
104104
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0
@@ -107,4 +107,4 @@ SPEC CHECKSUMS:
107107

108108
PODFILE CHECKSUM: 0abaf757d71567dcf70f5a3e79b0149917c3bb38
109109

110-
COCOAPODS: 1.10.1
110+
COCOAPODS: 1.11.2

AmplifyPlugins/Analytics/Podfile.lock

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@ PODS:
33
- Amplify/Default (= 1.14.0)
44
- Amplify/Default (1.14.0)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.14.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)
6+
- AWSAuthCore (~> 2.26.1)
7+
- AWSCognitoIdentityProvider (~> 2.26.1)
8+
- AWSCognitoIdentityProviderASF (~> 2.26.1)
9+
- AWSCore (~> 2.26.1)
10+
- AWSMobileClient (~> 2.26.1)
1111
- AWSPluginsCore (= 1.14.0)
1212
- AmplifyTestCommon (1.14.0):
1313
- Amplify (= 1.14.0)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.14.0)
1515
- AmplifyTestCommon/AWSPluginsTestCommon (1.14.0):
1616
- Amplify (= 1.14.0)
17-
- AWSCore (~> 2.26.0)
18-
- AWSMobileClient (~> 2.26.0)
17+
- AWSCore (~> 2.26.1)
18+
- AWSMobileClient (~> 2.26.1)
1919
- AWSPluginsCore (= 1.14.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)
20+
- AWSAuthCore (2.26.1):
21+
- AWSCore (= 2.26.1)
22+
- AWSCognitoIdentityProvider (2.26.1):
23+
- AWSCognitoIdentityProviderASF (= 2.26.1)
24+
- AWSCore (= 2.26.1)
25+
- AWSCognitoIdentityProviderASF (2.26.1)
26+
- AWSCore (2.26.1)
27+
- AWSMobileClient (2.26.1):
28+
- AWSAuthCore (= 2.26.1)
29+
- AWSCognitoIdentityProvider (= 2.26.1)
30+
- AWSCognitoIdentityProviderASF (= 2.26.1)
31+
- AWSCore (= 2.26.1)
32+
- AWSPinpoint (2.26.1):
33+
- AWSCore (= 2.26.1)
3434
- AWSPluginsCore (1.14.0):
3535
- Amplify (= 1.14.0)
36-
- AWSCore (~> 2.26.0)
36+
- AWSCore (~> 2.26.1)
3737
- CwlCatchException (1.0.2)
3838
- CwlPreconditionTesting (1.1.1):
3939
- CwlCatchException
@@ -44,7 +44,7 @@ DEPENDENCIES:
4444
- Amplify (from `../../`)
4545
- AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`)
4646
- AmplifyTestCommon (from `../../`)
47-
- AWSPinpoint (~> 2.26.0)
47+
- AWSPinpoint (~> 2.26.1)
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,20 +88,20 @@ CHECKOUT OPTIONS:
8888

8989
SPEC CHECKSUMS:
9090
Amplify: 6402de6b8e46f3228b59fef3dfe379ebbfb0e0f1
91-
AmplifyPlugins: 94bb3e7e006b41f82e8a0a1dbbc48925d9edbe4c
92-
AmplifyTestCommon: cf9d5a7a3bb697f8cd5fe4d8fae0f968033abdd0
93-
AWSAuthCore: e33e7d1c2a7e6c08a026865f9396b0ef870faac3
94-
AWSCognitoIdentityProvider: 4119e1492b23fc408a18c6dafe06888ef03c96e3
95-
AWSCognitoIdentityProviderASF: a7f1e8cbafbac53ea1150ca50eac870d5c04dacf
96-
AWSCore: b6d8dda67f24c6fc4c354334ec6d34238f37b735
97-
AWSMobileClient: a9a498884df72531e3e73c9d7bb087f72364204d
98-
AWSPinpoint: d00a06ed0dcfec362e03cae254a5455d44e16c83
99-
AWSPluginsCore: 75950cfd39535b0a3654096cb472a7ee5b2ce0fa
91+
AmplifyPlugins: e70f25e5f4f765c53328b18f19c21576d8e3fddf
92+
AmplifyTestCommon: 8590962e8f961b0243d33b9cb53ed3ae5d8eaf0a
93+
AWSAuthCore: 264faaa6af5990af2c77effe8f398a4b80e6c44e
94+
AWSCognitoIdentityProvider: 5df455775b57eb4e61862acd88d93e56113950c4
95+
AWSCognitoIdentityProviderASF: b2c180f69537d57ff485f7314fd266032ca3f898
96+
AWSCore: 0f855e20ccb13e028932b737f0706023a9561399
97+
AWSMobileClient: ba255030a481b8a123b21585548e761456efc64b
98+
AWSPinpoint: 1f5ee40a31fc0ef8187a671bcb8340139f5ef943
99+
AWSPluginsCore: 210690e20dc27b2a3ad22794556d5adfe6de94f8
100100
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
101101
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
102102
SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4
103103
SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584
104104

105105
PODFILE CHECKSUM: 48d1574dddce5cef7bdb7b05b06fc588ee22956e
106106

107-
COCOAPODS: 1.10.1
107+
COCOAPODS: 1.11.2

AmplifyPlugins/Auth/Podfile.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ PODS:
77
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.14.0)
88
- AmplifyTestCommon/AWSPluginsTestCommon (1.14.0):
99
- Amplify (= 1.14.0)
10-
- AWSCore (~> 2.26.0)
11-
- AWSMobileClient (~> 2.26.0)
10+
- AWSCore (~> 2.26.1)
11+
- AWSMobileClient (~> 2.26.1)
1212
- AWSPluginsCore (= 1.14.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)
13+
- AWSAuthCore (2.26.1):
14+
- AWSCore (= 2.26.1)
15+
- AWSCognitoIdentityProvider (2.26.1):
16+
- AWSCognitoIdentityProviderASF (= 2.26.1)
17+
- AWSCore (= 2.26.1)
18+
- AWSCognitoIdentityProviderASF (2.26.1)
19+
- AWSCore (2.26.1)
20+
- AWSMobileClient (2.26.1):
21+
- AWSAuthCore (= 2.26.1)
22+
- AWSCognitoIdentityProvider (= 2.26.1)
23+
- AWSCognitoIdentityProviderASF (= 2.26.1)
24+
- AWSCore (= 2.26.1)
2525
- AWSPluginsCore (1.14.0):
2626
- Amplify (= 1.14.0)
27-
- AWSCore (~> 2.26.0)
27+
- AWSCore (~> 2.26.1)
2828
- CwlCatchException (1.0.2)
2929
- CwlPreconditionTesting (1.1.1):
3030
- CwlCatchException
@@ -34,7 +34,7 @@ PODS:
3434
DEPENDENCIES:
3535
- Amplify (from `../../`)
3636
- AmplifyTestCommon (from `../../`)
37-
- AWSMobileClient (~> 2.26.0)
37+
- AWSMobileClient (~> 2.26.1)
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,18 +75,18 @@ CHECKOUT OPTIONS:
7575

7676
SPEC CHECKSUMS:
7777
Amplify: 6402de6b8e46f3228b59fef3dfe379ebbfb0e0f1
78-
AmplifyTestCommon: cf9d5a7a3bb697f8cd5fe4d8fae0f968033abdd0
79-
AWSAuthCore: e33e7d1c2a7e6c08a026865f9396b0ef870faac3
80-
AWSCognitoIdentityProvider: 4119e1492b23fc408a18c6dafe06888ef03c96e3
81-
AWSCognitoIdentityProviderASF: a7f1e8cbafbac53ea1150ca50eac870d5c04dacf
82-
AWSCore: b6d8dda67f24c6fc4c354334ec6d34238f37b735
83-
AWSMobileClient: a9a498884df72531e3e73c9d7bb087f72364204d
84-
AWSPluginsCore: 75950cfd39535b0a3654096cb472a7ee5b2ce0fa
78+
AmplifyTestCommon: 8590962e8f961b0243d33b9cb53ed3ae5d8eaf0a
79+
AWSAuthCore: 264faaa6af5990af2c77effe8f398a4b80e6c44e
80+
AWSCognitoIdentityProvider: 5df455775b57eb4e61862acd88d93e56113950c4
81+
AWSCognitoIdentityProviderASF: b2c180f69537d57ff485f7314fd266032ca3f898
82+
AWSCore: 0f855e20ccb13e028932b737f0706023a9561399
83+
AWSMobileClient: ba255030a481b8a123b21585548e761456efc64b
84+
AWSPluginsCore: 210690e20dc27b2a3ad22794556d5adfe6de94f8
8585
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
8686
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
8787
SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4
8888
SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584
8989

9090
PODFILE CHECKSUM: 371cf67fe35ebb5167d0880bad12b01618a0fb0e
9191

92-
COCOAPODS: 1.10.1
92+
COCOAPODS: 1.11.2

AmplifyPlugins/DataStore/Podfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ PODS:
44
- Amplify/Default (1.14.0)
55
- AmplifyPlugins/AWSAPIPlugin (1.14.0):
66
- AppSyncRealTimeClient (~> 1.4)
7-
- AWSCore (~> 2.26.0)
7+
- AWSCore (~> 2.26.1)
88
- AWSPluginsCore (= 1.14.0)
99
- AmplifyPlugins/AWSCognitoAuthPlugin (1.14.0):
10-
- AWSAuthCore (~> 2.26.0)
11-
- AWSCognitoIdentityProvider (~> 2.26.0)
12-
- AWSCognitoIdentityProviderASF (~> 2.26.0)
13-
- AWSCore (~> 2.26.0)
14-
- AWSMobileClient (~> 2.26.0)
10+
- AWSAuthCore (~> 2.26.1)
11+
- AWSCognitoIdentityProvider (~> 2.26.1)
12+
- AWSCognitoIdentityProviderASF (~> 2.26.1)
13+
- AWSCore (~> 2.26.1)
14+
- AWSMobileClient (~> 2.26.1)
1515
- AWSPluginsCore (= 1.14.0)
1616
- AmplifyTestCommon (1.14.0):
1717
- Amplify (= 1.14.0)
1818
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.14.0)
1919
- AmplifyTestCommon/AWSPluginsTestCommon (1.14.0):
2020
- Amplify (= 1.14.0)
21-
- AWSCore (~> 2.26.0)
22-
- AWSMobileClient (~> 2.26.0)
21+
- AWSCore (~> 2.26.1)
22+
- AWSMobileClient (~> 2.26.1)
2323
- AWSPluginsCore (= 1.14.0)
2424
- AppSyncRealTimeClient (1.5.0):
2525
- Starscream (~> 3.1.1)
@@ -37,7 +37,7 @@ PODS:
3737
- AWSCore (= 2.26.1)
3838
- AWSPluginsCore (1.14.0):
3939
- Amplify (= 1.14.0)
40-
- AWSCore (~> 2.26.0)
40+
- AWSCore (~> 2.26.1)
4141
- CwlCatchException (1.0.2)
4242
- CwlPreconditionTesting (1.1.1):
4343
- CwlCatchException
@@ -53,7 +53,7 @@ DEPENDENCIES:
5353
- AmplifyPlugins/AWSAPIPlugin (from `../../`)
5454
- AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`)
5555
- AmplifyTestCommon (from `../../`)
56-
- AWSMobileClient (~> 2.26.0)
56+
- AWSMobileClient (~> 2.26.1)
5757
- AWSPluginsCore (from `../../`)
5858
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
5959
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
@@ -100,15 +100,15 @@ CHECKOUT OPTIONS:
100100

101101
SPEC CHECKSUMS:
102102
Amplify: 6402de6b8e46f3228b59fef3dfe379ebbfb0e0f1
103-
AmplifyPlugins: 94bb3e7e006b41f82e8a0a1dbbc48925d9edbe4c
104-
AmplifyTestCommon: cf9d5a7a3bb697f8cd5fe4d8fae0f968033abdd0
103+
AmplifyPlugins: e70f25e5f4f765c53328b18f19c21576d8e3fddf
104+
AmplifyTestCommon: 8590962e8f961b0243d33b9cb53ed3ae5d8eaf0a
105105
AppSyncRealTimeClient: 2b4482b1770a3e5cf64f9714a6d198550017b5a2
106106
AWSAuthCore: 264faaa6af5990af2c77effe8f398a4b80e6c44e
107107
AWSCognitoIdentityProvider: 5df455775b57eb4e61862acd88d93e56113950c4
108108
AWSCognitoIdentityProviderASF: b2c180f69537d57ff485f7314fd266032ca3f898
109109
AWSCore: 0f855e20ccb13e028932b737f0706023a9561399
110110
AWSMobileClient: ba255030a481b8a123b21585548e761456efc64b
111-
AWSPluginsCore: 75950cfd39535b0a3654096cb472a7ee5b2ce0fa
111+
AWSPluginsCore: 210690e20dc27b2a3ad22794556d5adfe6de94f8
112112
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
113113
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
114114
SQLite.swift: d2b4642190917051ce6bd1d49aab565fe794eea3
@@ -118,4 +118,4 @@ SPEC CHECKSUMS:
118118

119119
PODFILE CHECKSUM: fb973c73bd5a639b441e0a01717635b41533ab26
120120

121-
COCOAPODS: 1.10.1
121+
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)