Skip to content

Commit a1bd044

Browse files
authored
Merge pull request #846 from meilisearch/dependabot/gradle/com.google.code.gson-gson-2.13.1
Bump com.google.code.gson:gson from 2.12.1 to 2.13.1
2 parents 6eb6842 + 7ee4873 commit a1bd044

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
@@ -50,7 +50,7 @@ configurations {
5050

5151
dependencies {
5252
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
53-
implementation 'com.google.code.gson:gson:2.12.1'
53+
implementation 'com.google.code.gson:gson:2.13.1'
5454
implementation 'org.json:json:20250107'
5555
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
5656
api 'com.squareup.okhttp3:okhttp:4.12.0'

0 commit comments

Comments
 (0)