Skip to content

Commit c3c8a3f

Browse files
authored
fix: upgrade CRT version to pick up header signing changes (#128)
1 parent 06c9998 commit c3c8a3f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "a070184a-04e1-46b7-bbb7-73d7cf95b495",
3+
"type": "bugfix",
4+
"description": "Upgrade to latest version of CRT to pick up header signing changes"
5+
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin-version = "2.1.0"
44
aws-kotlin-repo-tools-version = "0.4.17"
55

66
# libs
7-
crt-java-version = "0.33.7"
7+
crt-java-version = "0.33.10"
88
coroutines-version = "1.9.0"
99
binary-compatibility-validator-version = "0.16.3"
1010

0 commit comments

Comments
 (0)