Skip to content

Commit 0d7c211

Browse files
authored
fix: update SDK to v2.29.1 (#2649)
1 parent 4a1cd5a commit 0d7c211

File tree

15 files changed

+258
-257
lines changed

15 files changed

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

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

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

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

1616
Pod::Spec.new do |s|

AmplifyPlugins/API/Podfile.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,40 @@ PODS:
33
- Amplify/Default (= 1.28.3)
44
- Amplify/Default (1.28.3)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.28.3):
6-
- AWSAuthCore (~> 2.28.0)
7-
- AWSCognitoIdentityProvider (~> 2.28.0)
8-
- AWSCognitoIdentityProviderASF (~> 2.28.0)
9-
- AWSCore (~> 2.28.0)
10-
- AWSMobileClient (~> 2.28.0)
6+
- AWSAuthCore (~> 2.29.1)
7+
- AWSCognitoIdentityProvider (~> 2.29.1)
8+
- AWSCognitoIdentityProviderASF (~> 2.29.1)
9+
- AWSCore (~> 2.29.1)
10+
- AWSMobileClient (~> 2.29.1)
1111
- AWSPluginsCore (= 1.28.3)
1212
- AmplifyTestCommon (1.28.3):
1313
- Amplify (= 1.28.3)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.28.3)
1515
- CwlPreconditionTesting (~> 2.0)
1616
- AmplifyTestCommon/AWSPluginsTestCommon (1.28.3):
1717
- Amplify (= 1.28.3)
18-
- AWSCore (~> 2.28.0)
19-
- AWSMobileClient (~> 2.28.0)
18+
- AWSCore (~> 2.29.1)
19+
- AWSMobileClient (~> 2.29.1)
2020
- AWSPluginsCore (= 1.28.3)
2121
- CwlPreconditionTesting (~> 2.0)
2222
- AppSyncRealTimeClient (2.1.1):
2323
- Starscream (~> 4.0.4)
24-
- AWSAuthCore (2.28.3):
25-
- AWSCore (= 2.28.3)
26-
- AWSCognitoIdentityProvider (2.28.3):
27-
- AWSCognitoIdentityProviderASF (= 2.28.3)
28-
- AWSCore (= 2.28.3)
29-
- AWSCognitoIdentityProviderASF (2.28.3):
30-
- AWSCore (= 2.28.3)
31-
- AWSCore (2.28.3)
32-
- AWSMobileClient (2.28.3):
33-
- AWSAuthCore (= 2.28.3)
34-
- AWSCognitoIdentityProvider (= 2.28.3)
35-
- AWSCognitoIdentityProviderASF (= 2.28.3)
36-
- AWSCore (= 2.28.3)
24+
- AWSAuthCore (2.29.1):
25+
- AWSCore (= 2.29.1)
26+
- AWSCognitoIdentityProvider (2.29.1):
27+
- AWSCognitoIdentityProviderASF (= 2.29.1)
28+
- AWSCore (= 2.29.1)
29+
- AWSCognitoIdentityProviderASF (2.29.1):
30+
- AWSCore (= 2.29.1)
31+
- AWSCore (2.29.1)
32+
- AWSMobileClient (2.29.1):
33+
- AWSAuthCore (= 2.29.1)
34+
- AWSCognitoIdentityProvider (= 2.29.1)
35+
- AWSCognitoIdentityProviderASF (= 2.29.1)
36+
- AWSCore (= 2.29.1)
3737
- AWSPluginsCore (1.28.3):
3838
- Amplify (= 1.28.3)
39-
- AWSCore (~> 2.28.0)
39+
- AWSCore (~> 2.29.1)
4040
- CwlCatchException (2.1.1):
4141
- CwlCatchExceptionSupport (~> 2.1.1)
4242
- CwlCatchExceptionSupport (2.1.1)
@@ -58,7 +58,7 @@ DEPENDENCIES:
5858
- AWSPluginsCore (from `../../`)
5959
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`)
6060
- SwiftFormat/CLI (= 0.44.17)
61-
- SwiftLint
61+
- SwiftLint (= 0.49.1)
6262

6363
SPEC REPOS:
6464
trunk:
@@ -96,15 +96,15 @@ CHECKOUT OPTIONS:
9696

9797
SPEC CHECKSUMS:
9898
Amplify: e89b493fc2fe840ac044bd4ddf71ad9828f8c364
99-
AmplifyPlugins: 98bcd23f2c13179f75c733b887e80dd06243be5e
100-
AmplifyTestCommon: 7a6b9d4e05e2f7b4a95c912ddccea18ed1ad4ab0
99+
AmplifyPlugins: 6aa4605f70d0e252299f0638f9cd969506a7469f
100+
AmplifyTestCommon: 033836d9c3f885727bc7246078b1c5fa044276f3
101101
AppSyncRealTimeClient: 937360221f2b664c4c33ae142a60643e64f480cd
102-
AWSAuthCore: 2062ef888b45b7e4426124f7c68930b04a9fe426
103-
AWSCognitoIdentityProvider: f608ba338bc3b1676ab8a027f8c17a0a8de7fa25
104-
AWSCognitoIdentityProviderASF: 3c0a873dcb270e770da06772c7762b1648897e41
105-
AWSCore: 27c26d9c0a2f072f7aeb26337f3a5f4098eea8b8
106-
AWSMobileClient: 0b8bb9f3d7f04ee9febed719887189e86794a721
107-
AWSPluginsCore: 93f813579479fa4c5bfff58817df89e0e10f9f3b
102+
AWSAuthCore: 47c24a59f47501358803c58045b03e0fe10f451e
103+
AWSCognitoIdentityProvider: ecd914518152f6d645485b9431265eedf2ff84d0
104+
AWSCognitoIdentityProviderASF: c845b376143e69b1f34899f0572654cf816f9c5e
105+
AWSCore: aa4a494c8bbcefe97723621fa51cfb1fad15fbd1
106+
AWSMobileClient: 1c98e24ad0afcbed09febdeda4ad59fd7e7a5feb
107+
AWSPluginsCore: c3dacbb0e28c944f520c93aaa0a1a2afacc369e3
108108
CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b
109109
CwlCatchExceptionSupport: a004322095d7101b945442c86adc7cec0650f676
110110
CwlMachBadInstructionHandler: aa1fe9f2d08b29507c150d099434b2890247e7f8

AmplifyPlugins/Analytics/Podfile.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,40 @@ PODS:
33
- Amplify/Default (= 1.28.3)
44
- Amplify/Default (1.28.3)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.28.3):
6-
- AWSAuthCore (~> 2.28.0)
7-
- AWSCognitoIdentityProvider (~> 2.28.0)
8-
- AWSCognitoIdentityProviderASF (~> 2.28.0)
9-
- AWSCore (~> 2.28.0)
10-
- AWSMobileClient (~> 2.28.0)
6+
- AWSAuthCore (~> 2.29.1)
7+
- AWSCognitoIdentityProvider (~> 2.29.1)
8+
- AWSCognitoIdentityProviderASF (~> 2.29.1)
9+
- AWSCore (~> 2.29.1)
10+
- AWSMobileClient (~> 2.29.1)
1111
- AWSPluginsCore (= 1.28.3)
1212
- AmplifyTestCommon (1.28.3):
1313
- Amplify (= 1.28.3)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.28.3)
1515
- CwlPreconditionTesting (~> 2.0)
1616
- AmplifyTestCommon/AWSPluginsTestCommon (1.28.3):
1717
- Amplify (= 1.28.3)
18-
- AWSCore (~> 2.28.0)
19-
- AWSMobileClient (~> 2.28.0)
18+
- AWSCore (~> 2.29.1)
19+
- AWSMobileClient (~> 2.29.1)
2020
- AWSPluginsCore (= 1.28.3)
2121
- CwlPreconditionTesting (~> 2.0)
22-
- AWSAuthCore (2.28.3):
23-
- AWSCore (= 2.28.3)
24-
- AWSCognitoIdentityProvider (2.28.3):
25-
- AWSCognitoIdentityProviderASF (= 2.28.3)
26-
- AWSCore (= 2.28.3)
27-
- AWSCognitoIdentityProviderASF (2.28.3):
28-
- AWSCore (= 2.28.3)
29-
- AWSCore (2.28.3)
30-
- AWSMobileClient (2.28.3):
31-
- AWSAuthCore (= 2.28.3)
32-
- AWSCognitoIdentityProvider (= 2.28.3)
33-
- AWSCognitoIdentityProviderASF (= 2.28.3)
34-
- AWSCore (= 2.28.3)
35-
- AWSPinpoint (2.28.3):
36-
- AWSCore (= 2.28.3)
22+
- AWSAuthCore (2.29.1):
23+
- AWSCore (= 2.29.1)
24+
- AWSCognitoIdentityProvider (2.29.1):
25+
- AWSCognitoIdentityProviderASF (= 2.29.1)
26+
- AWSCore (= 2.29.1)
27+
- AWSCognitoIdentityProviderASF (2.29.1):
28+
- AWSCore (= 2.29.1)
29+
- AWSCore (2.29.1)
30+
- AWSMobileClient (2.29.1):
31+
- AWSAuthCore (= 2.29.1)
32+
- AWSCognitoIdentityProvider (= 2.29.1)
33+
- AWSCognitoIdentityProviderASF (= 2.29.1)
34+
- AWSCore (= 2.29.1)
35+
- AWSPinpoint (2.29.1):
36+
- AWSCore (= 2.29.1)
3737
- AWSPluginsCore (1.28.3):
3838
- Amplify (= 1.28.3)
39-
- AWSCore (~> 2.28.0)
39+
- AWSCore (~> 2.29.1)
4040
- CwlCatchException (2.1.1):
4141
- CwlCatchExceptionSupport (~> 2.1.1)
4242
- CwlCatchExceptionSupport (2.1.1)
@@ -53,11 +53,11 @@ DEPENDENCIES:
5353
- Amplify (from `../../`)
5454
- AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`)
5555
- AmplifyTestCommon (from `../../`)
56-
- AWSPinpoint (~> 2.28.0)
56+
- AWSPinpoint (~> 2.29.1)
5757
- AWSPluginsCore (from `../../`)
5858
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`)
5959
- SwiftFormat/CLI (= 0.44.17)
60-
- SwiftLint
60+
- SwiftLint (= 0.49.1)
6161

6262
SPEC REPOS:
6363
trunk:
@@ -94,15 +94,15 @@ CHECKOUT OPTIONS:
9494

9595
SPEC CHECKSUMS:
9696
Amplify: e89b493fc2fe840ac044bd4ddf71ad9828f8c364
97-
AmplifyPlugins: 98bcd23f2c13179f75c733b887e80dd06243be5e
98-
AmplifyTestCommon: 7a6b9d4e05e2f7b4a95c912ddccea18ed1ad4ab0
99-
AWSAuthCore: 2062ef888b45b7e4426124f7c68930b04a9fe426
100-
AWSCognitoIdentityProvider: f608ba338bc3b1676ab8a027f8c17a0a8de7fa25
101-
AWSCognitoIdentityProviderASF: 3c0a873dcb270e770da06772c7762b1648897e41
102-
AWSCore: 27c26d9c0a2f072f7aeb26337f3a5f4098eea8b8
103-
AWSMobileClient: 0b8bb9f3d7f04ee9febed719887189e86794a721
104-
AWSPinpoint: ad50ef064d730cfa9e133be1649e4593ff898f6b
105-
AWSPluginsCore: 93f813579479fa4c5bfff58817df89e0e10f9f3b
97+
AmplifyPlugins: 6aa4605f70d0e252299f0638f9cd969506a7469f
98+
AmplifyTestCommon: 033836d9c3f885727bc7246078b1c5fa044276f3
99+
AWSAuthCore: 47c24a59f47501358803c58045b03e0fe10f451e
100+
AWSCognitoIdentityProvider: ecd914518152f6d645485b9431265eedf2ff84d0
101+
AWSCognitoIdentityProviderASF: c845b376143e69b1f34899f0572654cf816f9c5e
102+
AWSCore: aa4a494c8bbcefe97723621fa51cfb1fad15fbd1
103+
AWSMobileClient: 1c98e24ad0afcbed09febdeda4ad59fd7e7a5feb
104+
AWSPinpoint: 891d86d624b42458d310a86bdf4034fc7084bf01
105+
AWSPluginsCore: c3dacbb0e28c944f520c93aaa0a1a2afacc369e3
106106
CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b
107107
CwlCatchExceptionSupport: a004322095d7101b945442c86adc7cec0650f676
108108
CwlMachBadInstructionHandler: aa1fe9f2d08b29507c150d099434b2890247e7f8

AmplifyPlugins/Auth/Podfile.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ PODS:
88
- CwlPreconditionTesting (~> 2.0)
99
- AmplifyTestCommon/AWSPluginsTestCommon (1.28.3):
1010
- Amplify (= 1.28.3)
11-
- AWSCore (~> 2.28.0)
12-
- AWSMobileClient (~> 2.28.0)
11+
- AWSCore (~> 2.29.1)
12+
- AWSMobileClient (~> 2.29.1)
1313
- AWSPluginsCore (= 1.28.3)
1414
- CwlPreconditionTesting (~> 2.0)
15-
- AWSAuthCore (2.28.3):
16-
- AWSCore (= 2.28.3)
17-
- AWSCognitoIdentityProvider (2.28.3):
18-
- AWSCognitoIdentityProviderASF (= 2.28.3)
19-
- AWSCore (= 2.28.3)
20-
- AWSCognitoIdentityProviderASF (2.28.3):
21-
- AWSCore (= 2.28.3)
22-
- AWSCore (2.28.3)
23-
- AWSMobileClient (2.28.3):
24-
- AWSAuthCore (= 2.28.3)
25-
- AWSCognitoIdentityProvider (= 2.28.3)
26-
- AWSCognitoIdentityProviderASF (= 2.28.3)
27-
- AWSCore (= 2.28.3)
15+
- AWSAuthCore (2.29.1):
16+
- AWSCore (= 2.29.1)
17+
- AWSCognitoIdentityProvider (2.29.1):
18+
- AWSCognitoIdentityProviderASF (= 2.29.1)
19+
- AWSCore (= 2.29.1)
20+
- AWSCognitoIdentityProviderASF (2.29.1):
21+
- AWSCore (= 2.29.1)
22+
- AWSCore (2.29.1)
23+
- AWSMobileClient (2.29.1):
24+
- AWSAuthCore (= 2.29.1)
25+
- AWSCognitoIdentityProvider (= 2.29.1)
26+
- AWSCognitoIdentityProviderASF (= 2.29.1)
27+
- AWSCore (= 2.29.1)
2828
- AWSPluginsCore (1.28.3):
2929
- Amplify (= 1.28.3)
30-
- AWSCore (~> 2.28.0)
30+
- AWSCore (~> 2.29.1)
3131
- CwlCatchException (2.1.1):
3232
- CwlCatchExceptionSupport (~> 2.1.1)
3333
- CwlCatchExceptionSupport (2.1.1)
@@ -43,11 +43,11 @@ PODS:
4343
DEPENDENCIES:
4444
- Amplify (from `../../`)
4545
- AmplifyTestCommon (from `../../`)
46-
- AWSMobileClient (~> 2.28.0)
46+
- AWSMobileClient (~> 2.29.1)
4747
- AWSPluginsCore (from `../../`)
4848
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`)
4949
- SwiftFormat/CLI (= 0.44.17)
50-
- SwiftLint
50+
- SwiftLint (= 0.49.1)
5151

5252
SPEC REPOS:
5353
trunk:
@@ -81,13 +81,13 @@ CHECKOUT OPTIONS:
8181

8282
SPEC CHECKSUMS:
8383
Amplify: e89b493fc2fe840ac044bd4ddf71ad9828f8c364
84-
AmplifyTestCommon: 7a6b9d4e05e2f7b4a95c912ddccea18ed1ad4ab0
85-
AWSAuthCore: 2062ef888b45b7e4426124f7c68930b04a9fe426
86-
AWSCognitoIdentityProvider: f608ba338bc3b1676ab8a027f8c17a0a8de7fa25
87-
AWSCognitoIdentityProviderASF: 3c0a873dcb270e770da06772c7762b1648897e41
88-
AWSCore: 27c26d9c0a2f072f7aeb26337f3a5f4098eea8b8
89-
AWSMobileClient: 0b8bb9f3d7f04ee9febed719887189e86794a721
90-
AWSPluginsCore: 93f813579479fa4c5bfff58817df89e0e10f9f3b
84+
AmplifyTestCommon: 033836d9c3f885727bc7246078b1c5fa044276f3
85+
AWSAuthCore: 47c24a59f47501358803c58045b03e0fe10f451e
86+
AWSCognitoIdentityProvider: ecd914518152f6d645485b9431265eedf2ff84d0
87+
AWSCognitoIdentityProviderASF: c845b376143e69b1f34899f0572654cf816f9c5e
88+
AWSCore: aa4a494c8bbcefe97723621fa51cfb1fad15fbd1
89+
AWSMobileClient: 1c98e24ad0afcbed09febdeda4ad59fd7e7a5feb
90+
AWSPluginsCore: c3dacbb0e28c944f520c93aaa0a1a2afacc369e3
9191
CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b
9292
CwlCatchExceptionSupport: a004322095d7101b945442c86adc7cec0650f676
9393
CwlMachBadInstructionHandler: aa1fe9f2d08b29507c150d099434b2890247e7f8

0 commit comments

Comments
 (0)