Skip to content

Commit b7c69c0

Browse files
Merge pull request #43 from kousen/dependabot/gradle/com.google.code.gson-gson-2.12.0
2 parents 120ac37 + c334e09 commit b7c69c0

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
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
ext.libs = [
8-
gson: 'com.google.code.gson:gson:2.11.0',
8+
gson: 'com.google.code.gson:gson:2.12.0',
99
hamcrest: 'org.hamcrest:hamcrest:3.0',
1010
junit_api: 'org.junit.jupiter:junit-jupiter:5.11.4',
1111
]

0 commit comments

Comments
 (0)