Skip to content

Commit 8adf47f

Browse files
Bump com.google.code.gson:gson from 2.12.1 to 2.13.1 (#72)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.1 to 2.13.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.12.1...gson-parent-2.13.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15e4875 commit 8adf47f

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
@@ -73,7 +73,7 @@ ext {
7373

7474
dependencies {
7575
compileOnly project.deps.gocdPluginApi
76-
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'
76+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1'
7777
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0'
7878

7979
testImplementation project.deps.gocdPluginApi

0 commit comments

Comments
 (0)