Skip to content

Commit 9679241

Browse files
Update dependency com.google.code.gson:gson to v2.12.1
1 parent af9131a commit 9679241

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
@@ -24,7 +24,7 @@ tasks.withType(JavaCompile) {
2424
}
2525

2626
dependencies {
27-
implementation 'com.google.code.gson:gson:2.11.0'
27+
implementation 'com.google.code.gson:gson:2.12.1'
2828

2929
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
3030
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'

0 commit comments

Comments
 (0)