From 5ecece4bdc54eba52998c9a0ce7470d601fe417f Mon Sep 17 00:00:00 2001 From: Ian Smith Botsford Date: Tue, 16 Aug 2022 20:30:38 +0000 Subject: [PATCH] fix: upgrade smithy-kotlin dependency to fix Mac dlopen issue --- .changes/49a003df-8c41-4b66-bf7d-0408d6c844fb.json | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .changes/49a003df-8c41-4b66-bf7d-0408d6c844fb.json diff --git a/.changes/49a003df-8c41-4b66-bf7d-0408d6c844fb.json b/.changes/49a003df-8c41-4b66-bf7d-0408d6c844fb.json new file mode 100644 index 00000000000..a04dd0a4327 --- /dev/null +++ b/.changes/49a003df-8c41-4b66-bf7d-0408d6c844fb.json @@ -0,0 +1,8 @@ +{ + "id": "49a003df-8c41-4b66-bf7d-0408d6c844fb", + "type": "bugfix", + "description": "Upgrade smithy-kotlin dependency to fix Mac dlopen issue", + "issues": [ + "awslabs/aws-crt-kotlin#55" + ] +} \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 401ba17b740..c61a41882f2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ sdkVersion=0.17.5-SNAPSHOT smithyVersion=1.23.0 smithyGradleVersion=0.6.0 # smithy-kotlin codegen and runtime are versioned together -smithyKotlinVersion=0.12.4 +smithyKotlinVersion=0.12.5-SNAPSHOT # kotlin kotlinVersion=1.7.10