Skip to content

Commit cc0e579

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
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.13.0'
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)