Skip to content

Commit fe52c26

Browse files
authored
feat(all): Update to Kotlin SDK 1.2.8 (includes OkHttp Update) (#2813)
1 parent 1073e9a commit fe52c26

5 files changed

+10
-10
lines changed

aws-auth-cognito/src/test/resources/feature-test/testsuites/deleteUser/AuthException_is_thrown_when_deleteUser_API_call_fails.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"recoverySuggestion": "Check whether the given values are correct and the user is authorized to perform the operation.",
3434
"cause": {
3535
"errorType": "NotAuthorizedException",
36-
"errorMessage": null
36+
"errorMessage": "Error type: Client, Protocol response: (empty response)"
3737
}
3838
}
3939
}
4040
]
41-
}
41+
}

aws-auth-cognito/src/test/resources/feature-test/testsuites/signOut/Test_that_globalSignOut_returns_partial_success_with_revoke_token_error.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"recoverySuggestion": "See attached exception for more details. RevokeToken can be retried using the CognitoIdentityProviderClient accessible from the escape hatch.",
4646
"cause": {
4747
"errorType": "NotAuthorizedException",
48-
"errorMessage": null
48+
"errorMessage": "Error type: Client, Protocol response: (empty response)"
4949
}
5050
},
5151
"refreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c2VySWQiLCJ1c2VybmFtZSI6InVzZXJuYW1lIiwiZXhwIjoxNTE2MjM5MDIyLCJvcmlnaW5fanRpIjoib3JpZ2luX2p0aSJ9.Xqa-vjJe5wwwsqeRAdHf8kTBn_rYSkDn2lB7xj9Z1xU"
@@ -54,4 +54,4 @@
5454
}
5555
}
5656
]
57-
}
57+
}

aws-auth-cognito/src/test/resources/feature-test/testsuites/signOut/Test_that_global_signOut_error_returns_partial_success_with_global_sign_out_error.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"recoverySuggestion": "See attached exception for more details. GlobalSignOut can be retried using the CognitoIdentityProviderClient accessible from the escape hatch.",
3838
"cause": {
3939
"errorType": "NotAuthorizedException",
40-
"errorMessage": null
40+
"errorMessage": "Error type: Client, Protocol response: (empty response)"
4141
}
4242
}
4343
},
@@ -64,4 +64,4 @@
6464
}
6565
}
6666
]
67-
}
67+
}

aws-auth-cognito/src/test/resources/feature-test/testsuites/signOut/Test_that_signOut_returns_partial_success_with_revoke_token_error.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"recoverySuggestion": "See attached exception for more details. RevokeToken can be retried using the CognitoIdentityProviderClient accessible from the escape hatch.",
3939
"cause": {
4040
"errorType": "NotAuthorizedException",
41-
"errorMessage": null
41+
"errorMessage": "Error type: Client, Protocol response: (empty response)"
4242
}
4343
},
4444
"refreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c2VySWQiLCJ1c2VybmFtZSI6InVzZXJuYW1lIiwiZXhwIjoxNTE2MjM5MDIyLCJvcmlnaW5fanRpIjoib3JpZ2luX2p0aSJ9.Xqa-vjJe5wwwsqeRAdHf8kTBn_rYSkDn2lB7xj9Z1xU"
@@ -47,4 +47,4 @@
4747
}
4848
}
4949
]
50-
}
50+
}

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ androidx-test-junit = "1.1.2"
1515
androidx-test-orchestrator = "1.4.2"
1616
androidx-test-runner = "1.3.0"
1717
androidx-workmanager = "2.7.1"
18-
aws-kotlin = "1.0.44" # ensure proper aws-smithy version also set
18+
aws-kotlin = "1.2.8" # ensure proper aws-smithy version also set
1919
aws-sdk = "2.62.2"
20-
aws-smithy = "1.0.11" # ensure proper aws-kotlin version also set
20+
aws-smithy = "1.2.2" # ensure proper aws-kotlin version also set
2121
binary-compatibility-validator = "0.14.0"
2222
coroutines = "1.7.3"
2323
desugar = "1.2.0"

0 commit comments

Comments
 (0)