Skip to content

Commit 2d50374

Browse files
authored
fix: correctly redact sensitive data in lists/maps (#1360)
1 parent 4365b1a commit 2d50374

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "30110eeb-0708-45b6-973f-960dc6062ce6",
3+
"type": "bugfix",
4+
"description": "Correctly redact sensitive data in lists and maps"
5+
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ coroutines-version = "1.7.3"
99
atomicfu-version = "0.23.1"
1010

1111
# smithy-kotlin codegen and runtime are versioned separately
12-
smithy-kotlin-runtime-version = "1.2.15"
13-
smithy-kotlin-codegen-version = "0.32.15"
12+
smithy-kotlin-runtime-version = "1.2.16"
13+
smithy-kotlin-codegen-version = "0.32.16"
1414

1515
# codegen
1616
smithy-version = "1.50.0"

0 commit comments

Comments
 (0)