Skip to content

Commit 04808bf

Browse files
Update dependency com.google.code.gson:gson to v2.13.2
1 parent 05783a6 commit 04808bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storage/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ kotlin {
4444
implementation(Deps.room)
4545
implementation(Deps.roomKtx)
4646
// Gson for JSON serialization
47-
implementation("com.google.code.gson:gson:2.10.1")
47+
implementation("com.google.code.gson:gson:2.13.2")
4848
// Network module dependency
4949
implementation(project(":network"))
5050
// Dagger/Hilt dependencies

0 commit comments

Comments
 (0)