Skip to content

Commit 241a6a1

Browse files
committed
fix: update msgpack to version 0.9.11
see denial-of-service vulnerability CVE-2026-21452
1 parent c2e5a7f commit 241a6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
agp = "8.6.1"
33
junit = "4.13.2"
44
gson = "2.9.0"
5-
msgpack = "0.8.11"
5+
msgpack = "0.9.11"
66
java-websocket = "1.5.3"
77
navigation-compose = "2.7.6"
88
vcdiff = "0.1.1"

0 commit comments

Comments
 (0)