Skip to content

Commit 10d58f7

Browse files
Merge pull request #44 from kousen/dependabot/gradle/com.google.code.gson-gson-2.12.1
2 parents b7c69c0 + e790a1c commit 10d58f7

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

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

0 commit comments

Comments
 (0)