Skip to content

Commit fe6a849

Browse files
committed
fix: upgrade msgpack-core from 0.9.1 to 0.9.11 to fix CVE-2023-41915
- Upgraded org.msgpack:msgpack-core from 0.9.1 to 0.9.11 - Fixes CVE-2023-41915 (Denial of Service vulnerability) - Latest stable version in 0.9.x series
1 parent ddca8f1 commit fe6a849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/sign/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102
debugImplementation(project(":core:android"))
103103
releaseImplementation("com.reown:android-core:$CORE_VERSION")
104104

105-
implementation("org.msgpack:msgpack-core:0.9.1")
105+
implementation("org.msgpack:msgpack-core:0.9.11")
106106

107107
ksp(libs.moshi.ksp)
108108
implementation(libs.bundles.sqlDelight)

0 commit comments

Comments
 (0)