Skip to content

Commit 0dab479

Browse files
fix(deps): update dependency com.google.code.gson:gson to v2.13.1
1 parent 76b1561 commit 0dab479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation 'javax.annotation:javax.annotation-api:1.3.2'
3131
implementation 'ch.qos.logback:logback-classic:1.2.11'
3232
implementation 'club.minnced:discord-webhooks:0.8.0'
33-
implementation 'com.google.code.gson:gson:2.9.0'
33+
implementation 'com.google.code.gson:gson:2.13.1'
3434
}
3535

3636
test {

0 commit comments

Comments
 (0)