Skip to content

Commit a271422

Browse files
chore(deps): bump com.google.code.gson:gson from 2.9.1 to 2.13.2 (#255)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.9.1 to 2.13.2. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.9.1...gson-parent-2.13.2) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cgoetz-inovex <[email protected]>
1 parent 2615d7a commit a271422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dependencies {
33
implementation 'com.auth0:java-jwt:4.5.0'
44
implementation 'com.squareup.okhttp3:okhttp:5.3.2'
5-
implementation 'com.google.code.gson:gson:2.9.1'
5+
implementation 'com.google.code.gson:gson:2.13.2'
66

77
testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2'
88
testImplementation 'org.mockito:mockito-core:5.21.0'

0 commit comments

Comments
 (0)